mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-02-13 12:32:18 +00:00
Reorganisation: rename methods "eval_foo" rather than "foo" to avoid conflict with classes of the same name (GCC bug).
Move backends into sub-namespaces to avoid namespace pollution. [SVN r77312]
This commit is contained in:
@@ -1049,6 +1049,7 @@ int main()
|
||||
test<boost::multiprecision::cpp_int>();
|
||||
test<boost::multiprecision::mp_number<boost::multiprecision::cpp_int_backend<256, true, void> > >();
|
||||
test<boost::multiprecision::mp_number<boost::multiprecision::cpp_int_backend<256, false, void> > >();
|
||||
test<boost::multiprecision::cpp_rational>();
|
||||
#endif
|
||||
#ifdef TEST_CPP_INT_BR
|
||||
test<boost::multiprecision::cpp_rational>();
|
||||
|
||||
Reference in New Issue
Block a user