From Jason Turner

[source.location.syn]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpbhlwrsv2/{from.md → to.md} +11 -0
tmp/tmpbhlwrsv2/{from.md → to.md} RENAMED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### Header `<source_location>` synopsis <a id="source.location.syn">[[source.location.syn]]</a>
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
+