File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111#include < boost/decimal.hpp>
1212#include < iostream>
1313
14- #ifdef BOOST_CRYPT_HAS_FORMAT_SUPPORT
14+ #ifdef BOOST_DECIMAL_HAS_FORMAT_SUPPORT
1515
1616#include < format>
1717
Original file line number Diff line number Diff line change 99#if (__cplusplus >= 202002L || (defined(_MSVC_LANG) && _MSVC_LANG >= 202002L)) && !defined(BOOST_DECIMAL_DISABLE_CLIB) && \
1010 ((defined (__GNUC__) && __GNUC__ >= 13 ) || (defined (__clang__) && __clang_major__ >= 18 ) || (defined (_MSC_VER) && _MSC_VER >= 1940 ))
1111
12- #define BOOST_CRYPT_HAS_FORMAT_SUPPORT
12+ #define BOOST_DECIMAL_HAS_FORMAT_SUPPORT
1313
1414#include < boost/decimal/charconv.hpp>
1515#include < algorithm>
Original file line number Diff line number Diff line change 1414
1515using namespace boost ::decimal;
1616
17- #ifdef BOOST_CRYPT_HAS_FORMAT_SUPPORT
17+ #ifdef BOOST_DECIMAL_HAS_FORMAT_SUPPORT
1818
1919template <BOOST_DECIMAL_DECIMAL_FLOATING_TYPE T>
2020void test_general ()
You can’t perform that action at this time.
0 commit comments