2
0
mirror of https://github.com/boostorg/timer.git synced 2026-01-23 06:02:15 +00:00

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.
This commit is contained in:
Marcel Kost
2020-04-24 16:09:45 +02:00
committed by GitHub
parent 1fc97cb802
commit ceeb3e12e0

View File

@@ -34,7 +34,6 @@
using boost::timer::nanosecond_type;
using boost::timer::cpu_times;
using boost::system::error_code;
namespace
{