summaryrefslogtreecommitdiff
path: root/src/times.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2011-04-11 23:40:36 -0500
committerJohn Wiegley <johnw@newartisans.com>2011-04-11 23:40:36 -0500
commit365188a1e2d1315e30a7393f0b369cb0ff6b26ad (patch)
tree6b4908206da4d698ac366ff2b9e4ccd732abad0f /src/times.cc
parent3ba07ed4ada75615f4617a39094bf1cf391acab0 (diff)
downloadfork-ledger-365188a1e2d1315e30a7393f0b369cb0ff6b26ad.tar.gz
fork-ledger-365188a1e2d1315e30a7393f0b369cb0ff6b26ad.tar.bz2
fork-ledger-365188a1e2d1315e30a7393f0b369cb0ff6b26ad.zip
Clarified an #ifdef
Diffstat (limited to 'src/times.cc')
-rw-r--r--src/times.cc3
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>