progress.hpp
#define COOL_PROGRESS_HXX_INCLUDED namespace cool { template <typename Rep = double, typename Period = std::ratio<1>>> class progress; }