Skip to content

Commit 9824040

Browse files
authored
[libc++] Don't open-close namespace std in __config (#72695)
This doesn't seem necessary and it is just kind of weird to do that in __config, so remove it.
1 parent 5cd2475 commit 9824040

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libcxx/include/__config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,8 +836,6 @@ typedef __char32_t char32_t;
836836
# define _LIBCPP_END_NAMESPACE_STD }}
837837
# define _VSTD std
838838

839-
_LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_END_NAMESPACE_STD
840-
841839
# if _LIBCPP_STD_VER >= 17
842840
# define _LIBCPP_BEGIN_NAMESPACE_FILESYSTEM \
843841
_LIBCPP_BEGIN_NAMESPACE_STD inline namespace __fs { namespace filesystem {

0 commit comments

Comments
 (0)