Skip to content

Commit 3bb7c1c

Browse files
VizorColin Robertson
authored andcommitted
Removed wrong sentence about high_resolution_clock (MicrosoftDocs#244)
Because high_resolution_clock is typedef for steady_clock as is also writen in this documentation.
1 parent a1d21cf commit 3bb7c1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/standard-library/system-clock-structure.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ A clock is *monotonic* if the value that is returned by a first call to `now()`
2929

3030
A clock is *steady* if it is *monotonic* and if the time between clock ticks is constant.
3131

32-
In this implementation, a `system_clock` is synonymous with a `high_resolution_clock`.
33-
3432
## Members
3533

3634
### Public Typedefs

0 commit comments

Comments
 (0)