Skip to content
Snippets Groups Projects
Commit 4db7bffd authored by Edward Brown's avatar Edward Brown
Browse files

Re #22048: Applied fixes to Framework/Types.

parent 8fb66edb
No related branches found
No related tags found
No related merge requests found
......@@ -726,7 +726,7 @@ time_duration DateAndTime::durationFromSeconds(double duration) {
else if (duration <= std::numeric_limits<int>::min())
return boost::posix_time::time_duration(boost::posix_time::min_date_time);
typedef boost::posix_time::time_res_traits::sec_type sec_type;
using sec_type = boost::posix_time::time_res_traits::sec_type;
#ifdef BOOST_DATE_TIME_HAS_NANOSECONDS
// Nanosecond resolution
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment