tmp/tmp7_ry1e62/{from.md → to.md}
RENAMED
|
@@ -10,8 +10,8 @@ namespace std::chrono {
|
|
| 10 |
requirements [[time.clock.req]], and using a signed arithmetic type for
|
| 11 |
`file_clock::rep`. `file_clock` is used to create the `time_point`
|
| 12 |
system used for `file_time_type` [[filesystems]]. Its epoch is
|
| 13 |
unspecified, and `noexcept(file_clock::now())` is `true`.
|
| 14 |
|
| 15 |
-
[*Note 1*: The type that `file_clock` denotes
|
| 16 |
namespace than `std::chrono`, such as `std::filesystem`. — *end note*]
|
| 17 |
|
|
|
|
| 10 |
requirements [[time.clock.req]], and using a signed arithmetic type for
|
| 11 |
`file_clock::rep`. `file_clock` is used to create the `time_point`
|
| 12 |
system used for `file_time_type` [[filesystems]]. Its epoch is
|
| 13 |
unspecified, and `noexcept(file_clock::now())` is `true`.
|
| 14 |
|
| 15 |
+
[*Note 1*: The type that `file_clock` denotes can be in a different
|
| 16 |
namespace than `std::chrono`, such as `std::filesystem`. — *end note*]
|
| 17 |
|