Skip to content

Commit bfce4d7

Browse files
committed
Merge pull request #515 from AaronBallman/master
[time.clock.system] Align declarations
2 parents 05deea2 + c62428e commit bfce4d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/utilities.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12009,11 +12009,11 @@
1200912009
\begin{codeblock}
1201012010
class system_clock {
1201112011
public:
12012-
typedef @\seebelow@ rep;
12013-
typedef ratio<@\unspec@, @\unspec@> period;
12012+
typedef @\seebelow@ rep;
12013+
typedef ratio<@\unspec@, @\unspec@> period;
1201412014
typedef chrono::duration<rep, period> duration;
1201512015
typedef chrono::time_point<system_clock> time_point;
12016-
static constexpr bool is_steady = @\unspec;@
12016+
static constexpr bool is_steady = @\unspec;@
1201712017

1201812018
static time_point now() noexcept;
1201912019

0 commit comments

Comments
 (0)