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 334a576 commit ffc7380Copy full SHA for ffc7380
libcxx/include/__fwd/memory.h
@@ -20,6 +20,9 @@ _LIBCPP_BEGIN_NAMESPACE_STD
20
template <class _Tp>
21
class _LIBCPP_TEMPLATE_VIS allocator;
22
23
+template <class _Tp>
24
+class _LIBCPP_TEMPLATE_VIS shared_ptr;
25
+
26
_LIBCPP_END_NAMESPACE_STD
27
28
#endif // _LIBCPP___FWD_MEMORY_H
libcxx/include/__ostream/basic_ostream.h
@@ -14,7 +14,7 @@
14
#if _LIBCPP_HAS_LOCALIZATION
15
16
# include <__exception/operations.h>
17
-# include <__memory/shared_ptr.h>
+# include <__fwd/memory.h>
18
# include <__memory/unique_ptr.h>
19
# include <__new/exceptions.h>
# include <__ostream/put_character_sequence.h>
0 commit comments