Boost.Ratio: Try to solve issue

Test output: Sandia-intel-10.1-32 - ratio - mpl_plus_pass / intel-linux-10.1

rollback redundant declarations.

[SVN r67685]
This commit is contained in:
Vicente J. Botet Escriba 2011-01-05 18:19:57 +00:00
parent 072e014868
commit 76a322c22c

View File

@ -20,8 +20,6 @@
#define NOTHING "" #define NOTHING ""
#endif #endif
void test();
void test() void test()
{ {
{ {
@ -82,13 +80,11 @@ void test()
} }
boost::intmax_t func(boost::ratio<5,6> s);
boost::intmax_t func(boost::ratio<5,6> s) { boost::intmax_t func(boost::ratio<5,6> s) {
return s.num; return s.num;
} }
boost::intmax_t test_conversion();
boost::intmax_t test_conversion() { boost::intmax_t test_conversion() {
return func( return func(
boost::mpl::plus< boost::mpl::plus<