Ticket #7123: Forward declaration for scoped allocator customization traits.

[SVN r79463]
This commit is contained in:
Ion Gaztañaga
2012-07-12 23:26:43 +00:00
parent 24ec45bdff
commit b0e36c06e9
4 changed files with 20 additions and 12 deletions

View File

@@ -71,7 +71,7 @@ inline bool in_range(const boost::posix_time::ptime& xt, int secs=1)
boost::xtime xsecs(int secs)
{
boost::xtime ret;
boost::xtime_get(&ret, boost::TIME_UTC_);
boost::xtime_get(&ret, boost::TIME_UTC);
ret.sec += secs;
return ret;
}