
17 Jul
2005
17 Jul
'05
9:38 p.m.
"Peder Holt" <peder.holt@gmail.com> wrote Hi Peder . The idea is cool, however ... mantissa.hpp requires #include <boost/mpl/bool.hpp> and requires return after final #endif However in VC7.1 using this test: #include <iostream> #include <boost/metamath/double.hpp> typedef BOOST_DOUBLE(3.33333333333333) d1; int main(){} I get these errors: Compiling... test.cpp e:\Projects\Test\test.cpp(4) : error C2513: 'int' : no variable declared before '=' e:\Projects\Test\test.cpp(4) : error C2146: syntax error : missing ';' before identifier 'd1' e:\Projects\Test\test.cpp(4) : fatal error C1004: unexpected end of file found