]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/23_containers/map/modifiers/erase/47628.cc
* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 23_containers / map / modifiers / erase / 47628.cc
index 6c61b94303c58cbea90a1bdea3b65b2c466ff76a..2df601229a264ccd53e27489868bcd10ee88a65b 100644 (file)
@@ -33,7 +33,7 @@ struct Key
   bool operator<(const Key&) const;
 };
 
-#ifndef __GXX_EXPERIMENTAL_CXX0X__
+#if __cplusplus < 201103L
 // libstdc++/47628
 void f()
 {