id summary reporter owner description type status milestone component version severity resolution keywords cc 11668 cpu_timer methods documented as noexcept, while in code they are not George Butnaru Beman Dawes "Hello, I was trying to use cpu_timer in an environment which does not use exceptions. As documented, most of the methods are noexcept, but the code does not have noexcept and uses try catch, see libs/timer/src/cpu_timer.cpp , ~auto_cpu_timer . Please either fix the documentation, or the code to comply with the documentation. My preferred way to fix the issue is the latter way, or at least give the option for the user to not use exception (with BOOST_NO_EXCEPTIONS). Thank you, George Butnaru" Bugs new To Be Determined timer Boost 1.59.0 Problem cpu_timer, auto_cpu_timer, noexcept, exceptions