]> gcc.gnu.org Git - gcc.git/blobdiff - libstdc++-v3/include/bits/memoryfwd.h
Do not declare std::uses_allocator before C++11
[gcc.git] / libstdc++-v3 / include / bits / memoryfwd.h
index 8b1664a398d55b7fa53d2bce68953d84826f1a40..732ac805322d596ff28fe49572fe45e3d167cf71 100644 (file)
@@ -66,9 +66,11 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
   template<>
     class allocator<void>;
 
+#if __cplusplus >= 201103L
   /// Declare uses_allocator so it can be specialized in \<queue\> etc.
   template<typename, typename>
     struct uses_allocator;
+#endif
 
   /// @} group memory
 
This page took 0.025943 seconds and 5 git commands to generate.