
----- Original Message ----- From: "Paul A. Bristow" <pbristow@hetp.u-net.com> To: <boost@lists.boost.org> Sent: Thursday, November 11, 2010 5:57 PM Subject: Re: [boost] [Review] Formal Review ofProposed Boost.ChronoLibrary Starts TOMORROW
I have now...
#define BOOST_SYSTEM_INLINED #define BOOST_CHRONO_INLINED
#include <boost/chrono/process_times.hpp> #include <cmath>
produces the same output :-(
I am including boost/trunk and boost/sandbox/chrono
/Zi /nologo /W3 /WX- /Od /Oy- /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /GF- /Gm /EHsc /RTC1 /GS /fp:precise /Za /Zc:wchar_t /Zc:forScope /Fp"Debug\chrono_runtime.pch" /Fa"Debug\" /Fo"Debug\" /Fd"Debug\vc100.pdb" /Gd /analyze- /errorReport:queue
Perhaps I need to build the library? Hopefully it won't hurt too much ;-)
Have you replaced the Boost.System directory? Vicente