#if BOOST_VERSION >= 105000
xtime_get(&xt, boost::TIME_UTC_);
#else
xtime_get(&xt, boost::TIME_UTC);
#endif
Thank you very much.
#if BOOST_VERSION >= 105000
xtime_get(&xt, boost::TIME_UTC_);
#else
xtime_get(&xt, boost::TIME_UTC);
#endif
Thank you very much.
Someone added the extra underscore at some point and this is a cheap fix?
@stewartsmith And that’s why people are leaving that library.
Probably conflicted with a preprocessor macro defined in windows.h