News

Boost doesn't implement the actual raw timing functions (or any other raw IO that I know of), it's just a wrapper for calls to std::clock. In the specific case of boost::timer, the wrapper doesn't ...