From 4fadd968fa12130524c8380f33fcfe25d4de79e5 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:24:46 +0900 Subject: Imported Upstream version 1.65.0 Change-Id: Icf8400b375482cb11bcf77440a6934ba360d6ba4 Signed-off-by: DongHun Kwak --- boost/chrono/process_cpu_clocks.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boost/chrono/process_cpu_clocks.hpp') diff --git a/boost/chrono/process_cpu_clocks.hpp b/boost/chrono/process_cpu_clocks.hpp index ca6bef38e9..93d3c94ac8 100644 --- a/boost/chrono/process_cpu_clocks.hpp +++ b/boost/chrono/process_cpu_clocks.hpp @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include @@ -476,7 +476,7 @@ namespace std { (std::numeric_limits::max)(), (std::numeric_limits::max)()); } - static Res lowest() throw() + static Res lowest() BOOST_NOEXCEPT_OR_NOTHROW { return (min)(); } -- cgit v1.2.3