tmp/tmpq22o90u5/{from.md → to.md}
RENAMED
|
@@ -5,12 +5,12 @@ namespace std::chrono {
|
|
| 5 |
template<class Clock, class Duration = typename Clock::duration>
|
| 6 |
class time_point {
|
| 7 |
public:
|
| 8 |
using clock = Clock;
|
| 9 |
using duration = Duration;
|
| 10 |
-
using rep =
|
| 11 |
-
using period =
|
| 12 |
|
| 13 |
private:
|
| 14 |
duration d_; // exposition only
|
| 15 |
|
| 16 |
public:
|
|
|
|
| 5 |
template<class Clock, class Duration = typename Clock::duration>
|
| 6 |
class time_point {
|
| 7 |
public:
|
| 8 |
using clock = Clock;
|
| 9 |
using duration = Duration;
|
| 10 |
+
using rep = duration::rep;
|
| 11 |
+
using period = duration::period;
|
| 12 |
|
| 13 |
private:
|
| 14 |
duration d_; // exposition only
|
| 15 |
|
| 16 |
public:
|