We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7641469 commit 44199daCopy full SHA for 44199da
include/memory
@@ -70,21 +70,12 @@
70
#ifdef __cpp_rtti
71
#include <typeinfo> // std::type_info in get_deleter
72
#endif
73
-# include <ext/atomicity.h>
74
-# include <ext/concurrence.h>
75
# include <bits/functexcept.h>
76
# include <bits/stl_function.h> // std::less
77
# include <bits/uses_allocator.h>
78
# include <type_traits>
79
# include <debug/debug.h>
80
# include <bits/unique_ptr.h>
81
-# include <bits/shared_ptr.h>
82
-# include <bits/shared_ptr_atomic.h>
83
-# if _GLIBCXX_USE_DEPRECATED
84
-# include <backward/auto_ptr.h>
85
-# endif
86
-#else
87
88
89
90
#if __cplusplus >= 201103L
0 commit comments