enable the experimental gregorian duration types

[SVN r23276]
This commit is contained in:
Jeff Garland
2004-06-30 00:47:47 +00:00
parent 30dd302f5c
commit 327ec13e47

View File

@@ -26,6 +26,12 @@
#define BOOST_DATE_TIME_NO_MEMBER_INIT
#endif
//Include extensions to date_duration - comment out to remove this feature
#define BOOST_DATE_TIME_OPTIONAL_GREGORIAN_TYPES
//these extensions are known to cause problems with gcc295
#if defined(__GNUC__) && (__GNUC__ < 3)
#undef BOOST_DATE_TIME_OPTIONAL_GREGORIAN_TYPES
#endif
// include these types before we try to re-define them
#include "boost/cstdint.hpp"