Inherit result from integral_constant instead of internal typedefs for math result
[sol.git] / sol / date_time.hpp
blobab19b157f7c3ae11349c45d2d2a923906479b137
1 #if !defined(sol_date_time_hpp_included)
2 #define sol_date_time_hpp_included
3 /// \defgroup sol_date_time sol::date_time
4 /// \ingroup sol
5 /// \{
8 /**
9 * \file sol/date_time.hpp
10 * \brief Minimal date/time operations to support threading
12 * \see http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2328.html
14 * Headers(s):
15 * - \ref sol/date_time/duration.hpp
16 * - \ref sol/date_time/hiresolution_clock.hpp
17 * - \ref sol/date_time/utc_time.hpp
21 #include <sol/date_time/duration.hpp>
22 #include <sol/date_time/hiresolution_clock.hpp>
23 #include <sol/date_time/utc_time.hpp>
26 /// \}
27 #endif // sol_date_time_hpp_included