summaryrefslogtreecommitdiff
path: root/include/string_view
diff options
context:
space:
mode:
Diffstat (limited to 'include/string_view')
-rw-r--r--include/string_view7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/string_view b/include/string_view
index e59f099f1..75374d2cb 100644
--- a/include/string_view
+++ b/include/string_view
@@ -166,7 +166,6 @@ namespace std {
*/
#include <__config>
-
#include <__string>
#include <algorithm>
#include <iterator>
@@ -178,6 +177,10 @@ namespace std {
#pragma GCC system_header
#endif
+_LIBCPP_PUSH_MACROS
+#include <__undef_macros>
+
+
_LIBCPP_BEGIN_NAMESPACE_STD
template<class _CharT, class _Traits = char_traits<_CharT> >
@@ -784,4 +787,6 @@ inline namespace literals
#endif
_LIBCPP_END_NAMESPACE_STD
+_LIBCPP_POP_MACROS
+
#endif // _LIBCPP_STRING_VIEW