tmp/tmpw30mv6fe/{from.md → to.md}
RENAMED
|
@@ -9,11 +9,11 @@ class high_resolution_clock {
|
|
| 9 |
public:
|
| 10 |
typedef unspecified rep;
|
| 11 |
typedef ratio<unspecified, unspecified> period;
|
| 12 |
typedef chrono::duration<rep, period> duration;
|
| 13 |
typedef chrono::time_point<unspecified, duration> time_point;
|
| 14 |
-
static
|
| 15 |
|
| 16 |
static time_point now() noexcept;
|
| 17 |
};
|
| 18 |
```
|
| 19 |
|
|
|
|
| 9 |
public:
|
| 10 |
typedef unspecified rep;
|
| 11 |
typedef ratio<unspecified, unspecified> period;
|
| 12 |
typedef chrono::duration<rep, period> duration;
|
| 13 |
typedef chrono::time_point<unspecified, duration> time_point;
|
| 14 |
+
static constexpr bool is_steady = unspecified;
|
| 15 |
|
| 16 |
static time_point now() noexcept;
|
| 17 |
};
|
| 18 |
```
|
| 19 |
|