Skip to content

Commit 325c330

Browse files
committed
Remove duplicate declaration of allocator
1 parent 832ff90 commit 325c330

File tree

1 file changed

+0
-6
lines changed
  • cpp/common/test/includes/standard-library

1 file changed

+0
-6
lines changed

cpp/common/test/includes/standard-library/memory.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66

77
namespace std {
88

9-
template <class T> class allocator {
10-
public:
11-
allocator() throw();
12-
typedef size_t size_type;
13-
};
14-
159
template <class T> T *addressof(T &arg) noexcept;
1610

1711
template <typename T> struct default_delete {

0 commit comments

Comments
 (0)