mirror of
https://github.com/boostorg/timer.git
synced 2026-01-20 05:02:38 +00:00
`boost::system::error_code` is included in the namespace, even though it is not even used in this file. The problem I encounter because of this: When configuring `boost/chrono` to be header-only, the `error_code` symbol is not included anymore and the `cpu_timer.cpp` doesn't compile.