From Jason Turner

[support.srcloc]

Diff to HTML by rtfpessoa

tmp/tmpss6qfw2o/{from.md → to.md} RENAMED
@@ -85,11 +85,11 @@ static consteval source_location current() noexcept;
85
  [[support.srcloc.current]].
86
  - Otherwise, when invoked in some other way, returns a `source_location`
87
  whose data members are initialized with valid but unspecified values.
88
 
89
  *Remarks:* Any call to `current` that appears as a default member
90
- initializer [[class.mem]], or as a subexpression thereof, should
91
  correspond to the location of the constructor definition or aggregate
92
  initialization that uses the default member initializer. Any call to
93
  `current` that appears as a default argument [[dcl.fct.default]], or as
94
  a subexpression thereof, should correspond to the location of the
95
  invocation of the function that uses the default argument [[expr.call]].
 
85
  [[support.srcloc.current]].
86
  - Otherwise, when invoked in some other way, returns a `source_location`
87
  whose data members are initialized with valid but unspecified values.
88
 
89
  *Remarks:* Any call to `current` that appears as a default member
90
+ initializer [[class.mem.general]], or as a subexpression thereof, should
91
  correspond to the location of the constructor definition or aggregate
92
  initialization that uses the default member initializer. Any call to
93
  `current` that appears as a default argument [[dcl.fct.default]], or as
94
  a subexpression thereof, should correspond to the location of the
95
  invocation of the function that uses the default argument [[expr.call]].