]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/ext/pb_ds/detail/type_utils.hpp
Replace references to C++0x with C++11 in comments
[thirdparty/gcc.git] / libstdc++-v3 / include / ext / pb_ds / detail / type_utils.hpp
index f0c398364fdcc498c1fa2292bd0bf1c9daad5458..602c28bbdf673af236569bff1e57c0b8a5889083 100644 (file)
@@ -131,7 +131,7 @@ namespace __gnu_pbds
        };
     };
 
-    // Use C++0x's static_assert if possible.
+    // Use C++11's static_assert if possible.
 #if __cplusplus >= 201103L
 #define PB_DS_STATIC_ASSERT(UNIQUE, E)  static_assert(E, #UNIQUE)
 #else