From Jason Turner

[support.srcloc.cons]

Diff to HTML by rtfpessoa

tmp/tmpsncfg5w7/{from.md → to.md} RENAMED
@@ -15,11 +15,11 @@ static consteval source_location current() noexcept;
15
  [[support.srcloc.current]].
16
  - Otherwise, when invoked in some other way, returns a `source_location`
17
  whose data members are initialized with valid but unspecified values.
18
 
19
  *Remarks:* Any call to `current` that appears as a default member
20
- initializer [[class.mem]], or as a subexpression thereof, should
21
  correspond to the location of the constructor definition or aggregate
22
  initialization that uses the default member initializer. Any call to
23
  `current` that appears as a default argument [[dcl.fct.default]], or as
24
  a subexpression thereof, should correspond to the location of the
25
  invocation of the function that uses the default argument [[expr.call]].
 
15
  [[support.srcloc.current]].
16
  - Otherwise, when invoked in some other way, returns a `source_location`
17
  whose data members are initialized with valid but unspecified values.
18
 
19
  *Remarks:* Any call to `current` that appears as a default member
20
+ initializer [[class.mem.general]], or as a subexpression thereof, should
21
  correspond to the location of the constructor definition or aggregate
22
  initialization that uses the default member initializer. Any call to
23
  `current` that appears as a default argument [[dcl.fct.default]], or as
24
  a subexpression thereof, should correspond to the location of the
25
  invocation of the function that uses the default argument [[expr.call]].