mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-01-19 04:22:11 +00:00
Giant C++11 refactor removing:
BOOST_STATIC_ASSERT BOOST_STATIC_CONST boost::enable_if/disable_if Changed many traits class usages from boost:: to std::.
This commit is contained in:
@@ -26,7 +26,7 @@ int main()
|
||||
test<cpp_dec_float_50>();
|
||||
#endif
|
||||
#ifdef TEST2
|
||||
test<number<cpp_dec_float<100, boost::int64_t, std::allocator<char> > > >();
|
||||
test<number<cpp_dec_float<100, std::int64_t, std::allocator<char> > > >();
|
||||
#endif
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user