diff options
Diffstat (limited to 'libstdc++-v3/include/std/new')
-rw-r--r-- | libstdc++-v3/include/std/new | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/include/std/new b/libstdc++-v3/include/std/new new file mode 100644 index 00000000000..dac53f8e7fc --- /dev/null +++ b/libstdc++-v3/include/std/new @@ -0,0 +1,3 @@ +#ifndef _CPP_NEW +#include <bits/std_new.h> +#endif |