We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05deea2 + c62428e commit bfce4d7Copy full SHA for bfce4d7
source/utilities.tex
@@ -12009,11 +12009,11 @@
12009
\begin{codeblock}
12010
class system_clock {
12011
public:
12012
- typedef @\seebelow@ rep;
12013
- typedef ratio<@\unspec@, @\unspec@> period;
+ typedef @\seebelow@ rep;
+ typedef ratio<@\unspec@, @\unspec@> period;
12014
typedef chrono::duration<rep, period> duration;
12015
typedef chrono::time_point<system_clock> time_point;
12016
- static constexpr bool is_steady = @\unspec;@
+ static constexpr bool is_steady = @\unspec;@
12017
12018
static time_point now() noexcept;
12019
0 commit comments