| 637 | template <__intmax_t N, __intmax_t D = 1> class ratio { |
| 638 | public: |
| 639 | static double _as_double() { return double(N) / double(D); } |
| 640 | }; |
| 641 | |
| 642 | /// Minimal implementation of the @c chrono namespace. |
nothing calls this directly
no outgoing calls
no test coverage detected