tmp/tmp_vinv72d/{from.md → to.md}
RENAMED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
### Header `<new>` synopsis <a id="new.syn">[[new.syn]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
|
|
|
| 4 |
namespace std {
|
| 5 |
// [alloc.errors], storage allocation errors
|
| 6 |
class bad_alloc;
|
| 7 |
class bad_array_new_length;
|
| 8 |
|
|
|
|
| 1 |
### Header `<new>` synopsis <a id="new.syn">[[new.syn]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
// all freestanding
|
| 5 |
namespace std {
|
| 6 |
// [alloc.errors], storage allocation errors
|
| 7 |
class bad_alloc;
|
| 8 |
class bad_array_new_length;
|
| 9 |
|