Skip to content

Commit 0542e60

Browse files
committed
Also remove __assert as a drive-by
1 parent f0651c4 commit 0542e60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/include/flat_map

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ namespace std {
3737
erase_if(flat_map<Key, T, Compare, KeyContainer, MappedContainer>& c, Predicate pred);
3838
*/
3939

40-
#include <__assert> // all public C++ headers provide the assertion handler
4140
#include <__config>
4241

4342
#if _LIBCPP_STD_VER >= 23

0 commit comments

Comments
 (0)