tmp/tmp0nb05w2v/{from.md → to.md}
RENAMED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
### Header `<exception>` synopsis <a id="exception.syn">[[exception.syn]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
|
|
|
| 4 |
namespace std {
|
| 5 |
class exception;
|
| 6 |
class bad_exception;
|
| 7 |
class nested_exception;
|
| 8 |
|
|
|
|
| 1 |
### Header `<exception>` synopsis <a id="exception.syn">[[exception.syn]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
// all freestanding
|
| 5 |
namespace std {
|
| 6 |
class exception;
|
| 7 |
class bad_exception;
|
| 8 |
class nested_exception;
|
| 9 |
|