// kate: hl C++11; #define BOOST_ASIO_DISABLE_BOOST_CHRONO #include int main() { boost::asio::steady_timer t; return 0; }