Clarified an #ifdef

This commit is contained in:
John Wiegley 2011-04-11 23:40:36 -05:00
parent 3ba07ed4ad
commit 365188a1e2

View file

@ -40,6 +40,9 @@ optional<datetime_t> epoch;
date_time::weekdays start_of_week = gregorian::Sunday;
//#define USE_BOOST_FACETS 1
#if defined(USE_BOOST_FACETS)
#error "Boost facets are not quite working yet"
#endif
namespace {
template <typename T, typename InputFacetType, typename OutputFacetType>