Clarified an #ifdef
This commit is contained in:
parent
3ba07ed4ad
commit
365188a1e2
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ optional<datetime_t> epoch;
|
||||||
date_time::weekdays start_of_week = gregorian::Sunday;
|
date_time::weekdays start_of_week = gregorian::Sunday;
|
||||||
|
|
||||||
//#define USE_BOOST_FACETS 1
|
//#define USE_BOOST_FACETS 1
|
||||||
|
#if defined(USE_BOOST_FACETS)
|
||||||
|
#error "Boost facets are not quite working yet"
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
template <typename T, typename InputFacetType, typename OutputFacetType>
|
template <typename T, typename InputFacetType, typename OutputFacetType>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue