From Jason Turner

[time.clock.system]

Diff to HTML by rtfpessoa

tmp/tmpf3m8i9b8/{from.md → to.md} RENAMED
@@ -8,11 +8,11 @@ class system_clock {
8
  public:
9
  typedef see below rep;
10
  typedef ratio<unspecified, unspecified> period;
11
  typedef chrono::duration<rep, period> duration;
12
  typedef chrono::time_point<system_clock> time_point;
13
- static const bool is_steady = unspecified;
14
 
15
  static time_point now() noexcept;
16
 
17
  // Map to C API
18
  static time_t to_time_t (const time_point& t) noexcept;
 
8
  public:
9
  typedef see below rep;
10
  typedef ratio<unspecified, unspecified> period;
11
  typedef chrono::duration<rep, period> duration;
12
  typedef chrono::time_point<system_clock> time_point;
13
+ static constexpr bool is_steady = unspecified;
14
 
15
  static time_point now() noexcept;
16
 
17
  // Map to C API
18
  static time_t to_time_t (const time_point& t) noexcept;