Fix some compilers not considering plain enums as namespaces.

This commit is contained in:
John Ralls 2015-12-26 12:18:27 -08:00
parent e0495fe269
commit ab41c01d86

View File

@ -41,7 +41,7 @@ using PTime = boost::posix_time::ptime;
using LDT = boost::local_time::local_date_time;
using Duration = boost::posix_time::time_duration;
using LDTBase = boost::local_time::local_date_time_base<PTime, boost::date_time::time_zone_base<PTime, char>>;
using boost::date_time::special_values::not_a_date_time;
using boost::date_time::not_a_date_time;
using time64 = int64_t;
static const TimeZoneProvider tzp;