]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/libsupc++/del_op.cc
PR libstdc++/36104 part four
[thirdparty/gcc.git] / libstdc++-v3 / libsupc++ / del_op.cc
index f5bdc7819f8e6a12f104317bd3a6ac2281f0d27e..86d4c1e298590dac7dbdfacaf861f99925960624 100644 (file)
 #if !_GLIBCXX_HOSTED
 // A freestanding C runtime may not provide "free" -- but there is no
 // other reasonable way to implement "operator delete".
-_GLIBCXX_BEGIN_NAMESPACE(std)
+namespace std
+{
+_GLIBCXX_BEGIN_NAMESPACE_VERSION
   extern "C" void free(void*);
-_GLIBCXX_END_NAMESPACE
+_GLIBCXX_END_NAMESPACE_VERSION
+} // namespace
 #else
 # include <cstdlib>
 #endif