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