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:
John Maddock
2012-03-12 09:18:44 +00:00
parent b42208c5df
commit 5caa15f798
16 changed files with 958 additions and 924 deletions

View File

@@ -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>();