tmp/tmp8ty5revn/{from.md → to.md}
RENAMED
|
@@ -2,10 +2,11 @@
|
|
| 2 |
|
| 3 |
The header `<source_location>` defines the class `source_location` that
|
| 4 |
provides a means to obtain source location information.
|
| 5 |
|
| 6 |
``` cpp
|
|
|
|
| 7 |
namespace std {
|
| 8 |
struct source_location;
|
| 9 |
}
|
| 10 |
```
|
| 11 |
|
|
|
|
| 2 |
|
| 3 |
The header `<source_location>` defines the class `source_location` that
|
| 4 |
provides a means to obtain source location information.
|
| 5 |
|
| 6 |
``` cpp
|
| 7 |
+
// all freestanding
|
| 8 |
namespace std {
|
| 9 |
struct source_location;
|
| 10 |
}
|
| 11 |
```
|
| 12 |
|