Skip to content

Commit c480be5

Browse files
bobsayshilolcopybara-github
authored andcommitted
[libc++] Fix typo in _LIBCPP_REMOVE_TRANSITIVE_INCLUDES (#78639)
Spotted by inspection when trialling out `_LIBCPP_REMOVE_TRANSITIVE_INCLUDES`. No other instances of `_LIPCPP_` were found in the repo. NOKEYCHECK=True GitOrigin-RevId: f73bf45d68bd2c17602a909751da4a23138d711a
1 parent 0795612 commit c480be5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/concepts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ namespace std {
155155
#include <__config>
156156
#include <version>
157157

158-
#if _LIBCPP_STD_VER <= 20 && !defined(_LIPCPP_REMOVE_TRANSITIVE_INCLUDES)
158+
#if _LIBCPP_STD_VER <= 20 && !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES)
159159
# include <type_traits>
160160
#endif
161161

include/sstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ _LIBCPP_END_NAMESPACE_STD
11081108

11091109
_LIBCPP_POP_MACROS
11101110

1111-
#if _LIBCPP_STD_VER <= 20 && !defined(_LIPCPP_REMOVE_TRANSITIVE_INCLUDES)
1111+
#if _LIBCPP_STD_VER <= 20 && !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES)
11121112
# include <type_traits>
11131113
#endif
11141114

0 commit comments

Comments
 (0)