
5 Jun
2008
5 Jun
'08
5:36 p.m.
Anthony Williams:
Though the comment in the code is correct, there is already a macro for that in boost/config/compiler/visualc.hpp: BOOST_NO_GETSYSTEMTIMEASFILETIME
FWIW, this macro breaks the convention that the BOOST_NO_* prefix is reserved for defects, whereas BOOST_HAS_* is for features. This of course doesn't make the change you object to correct.