WTF Boost

#if BOOST_VERSION >= 105000
xtime_get(&xt, boost::TIME_UTC_);
#else
xtime_get(&xt, boost::TIME_UTC);
#endif

Thank you very much.

3 thoughts on “WTF Boost

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.