diff --git a/doc/decimal/charconv.adoc b/doc/decimal/charconv.adoc index 6fb5fbade..92c67aa3b 100644 --- a/doc/decimal/charconv.adoc +++ b/doc/decimal/charconv.adoc @@ -67,5 +67,3 @@ NOTE: `BOOST_DECIMAL_CONSTEXPR` is defined if: - `\\__GNUC__` >= 9 - Compiler has: `__builtin_is_constant_evaluated()` - C++20 support with: `std::is_constant_evaluated()` - -WARNING: Hex format is currently in development and will `assert` unusable right now.