diff options
Diffstat (limited to 'src/times.cc')
-rw-r--r-- | src/times.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/times.cc b/src/times.cc index 02e99e53..5249c11c 100644 --- a/src/times.cc +++ b/src/times.cc @@ -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> |