diff --git a/include/boost/move/detail/nsec_clock.hpp b/include/boost/move/detail/nsec_clock.hpp index 62ec2df..fdcf7d4 100644 --- a/include/boost/move/detail/nsec_clock.hpp +++ b/include/boost/move/detail/nsec_clock.hpp @@ -198,7 +198,7 @@ class cpu_timer public: // constructor - cpu_timer() BOOST_NOEXCEPT { start(); } + cpu_timer() BOOST_NOEXCEPT : m_is_stopped(true) {} // observers bool is_stopped() const BOOST_NOEXCEPT { return m_is_stopped; }