2
0
mirror of https://github.com/boostorg/timer.git synced 2026-01-20 05:02:38 +00:00
Files
timer/src
Marcel Kost ceeb3e12e0 Remove unused using-declaration for error_code
`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.
2020-04-24 16:09:45 +02:00
..