tmp/tmp5229n8lt/{from.md → to.md}
RENAMED
|
@@ -71,11 +71,11 @@ static consteval source_location current() noexcept;
|
|
| 71 |
[[support.srcloc.current]].
|
| 72 |
- Otherwise, when invoked in some other way, returns a `source_location`
|
| 73 |
whose data members are initialized with valid but unspecified values.
|
| 74 |
|
| 75 |
*Remarks:* Any call to `current` that appears as a default member
|
| 76 |
-
initializer [[class.mem]], or as a subexpression thereof, should
|
| 77 |
correspond to the location of the constructor definition or aggregate
|
| 78 |
initialization that uses the default member initializer. Any call to
|
| 79 |
`current` that appears as a default argument [[dcl.fct.default]], or as
|
| 80 |
a subexpression thereof, should correspond to the location of the
|
| 81 |
invocation of the function that uses the default argument [[expr.call]].
|
|
|
|
| 71 |
[[support.srcloc.current]].
|
| 72 |
- Otherwise, when invoked in some other way, returns a `source_location`
|
| 73 |
whose data members are initialized with valid but unspecified values.
|
| 74 |
|
| 75 |
*Remarks:* Any call to `current` that appears as a default member
|
| 76 |
+
initializer [[class.mem.general]], or as a subexpression thereof, should
|
| 77 |
correspond to the location of the constructor definition or aggregate
|
| 78 |
initialization that uses the default member initializer. Any call to
|
| 79 |
`current` that appears as a default argument [[dcl.fct.default]], or as
|
| 80 |
a subexpression thereof, should correspond to the location of the
|
| 81 |
invocation of the function that uses the default argument [[expr.call]].
|