File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed
libcxx/include/__stacktrace Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 35
35
#include < cstddef>
36
36
#include < memory>
37
37
38
+ #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
39
+ # pragma GCC system_header
40
+ #endif
41
+
42
+ _LIBCPP_PUSH_MACROS
43
+ #include < __undef_macros>
44
+
38
45
_LIBCPP_BEGIN_NAMESPACE_STD
39
46
40
47
// (19.6.4)
@@ -289,4 +296,6 @@ struct _LIBCPP_EXPORTED_FROM_ABI hash<basic_stacktrace<_Allocator>> {
289
296
290
297
_LIBCPP_END_NAMESPACE_STD
291
298
299
+ _LIBCPP_POP_MACROS
300
+
292
301
#endif // _LIBCPP_BASIC_STACKTRACE
Original file line number Diff line number Diff line change 32
32
#include < __vector/pmr.h>
33
33
#include < __vector/swap.h>
34
34
#include < __vector/vector.h>
35
+ #include < cstdint>
35
36
#include < list>
36
37
#include < string>
37
38
39
+ #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
40
+ # pragma GCC system_header
41
+ #endif
42
+
43
+ _LIBCPP_PUSH_MACROS
44
+ #include < __undef_macros>
45
+
38
46
_LIBCPP_BEGIN_NAMESPACE_STD
39
47
40
48
template <class _Allocator >
@@ -154,4 +162,6 @@ __impl(size_t __skip,
154
162
} // namespace __stacktrace
155
163
_LIBCPP_END_NAMESPACE_STD
156
164
165
+ _LIBCPP_POP_MACROS
166
+
157
167
#endif // _LIBCPP_STACKTRACE_IMPL
Original file line number Diff line number Diff line change 33
33
#include < cstdint>
34
34
#include < string>
35
35
36
+ #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
37
+ # pragma GCC system_header
38
+ #endif
39
+
40
+ _LIBCPP_PUSH_MACROS
41
+ #include < __undef_macros>
42
+
36
43
_LIBCPP_BEGIN_NAMESPACE_STD
37
44
38
45
namespace __stacktrace {
@@ -109,4 +116,6 @@ struct _LIBCPP_EXPORTED_FROM_ABI hash<stacktrace_entry> {
109
116
110
117
_LIBCPP_END_NAMESPACE_STD
111
118
119
+ _LIBCPP_POP_MACROS
120
+
112
121
#endif // _LIBCPP_STACKTRACE_ENTRY
You can’t perform that action at this time.
0 commit comments