]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/ext/new_allocator.h
re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std)
[thirdparty/gcc.git] / libstdc++-v3 / include / ext / new_allocator.h
index b761b0041c6a26d4687d548e7d1120c2361215bc..938783c4b1e49146c704fe1a21c4f0ea229d69af 100644 (file)
@@ -39,6 +39,9 @@
 
 _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
 
+  using std::size_t;
+  using std::ptrdiff_t;
+
   /**
    *  @brief  An allocator that uses global new, as per [20.4].
    *