From 086ea40d9993f2ac86941a0462dabbd7f18d58f3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 19 Apr 2007 00:00:49 +0000 Subject: We now compile with boost_date_time (although parts of the code have been stubbed out as a result). --- session.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'session.cc') diff --git a/session.cc b/session.cc index 49b12f72..1d778487 100644 --- a/session.cc +++ b/session.cc @@ -136,7 +136,10 @@ bool session_t::resolve(const std::string& name, value_t& result, switch (*p) { case 'd': if (name == "date_format") { + // jww (2007-04-18): What to do here? +#if 0 result.set_string(ptime::output_format); +#endif return true; } break; -- cgit v1.2.3