#include #include int main(int, char**) { std::cout << boost::chrono::seconds(5) << std::endl; return 0; }