Skip to content

Commit 482b830

Browse files
committed
[libc++][ranges] LWG4016: container-insertable checks do not match what container-inserter does
1 parent 97d7316 commit 482b830

File tree

1 file changed

+0
-2
lines changed
  • libcxx/include/__ranges

1 file changed

+0
-2
lines changed

libcxx/include/__ranges/to.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
#include <__concepts/same_as.h>
1818
#include <__config>
1919
#include <__functional/bind_back.h>
20-
#include <__iterator/back_insert_iterator.h>
21-
#include <__iterator/insert_iterator.h>
2220
#include <__iterator/iterator_traits.h>
2321
#include <__ranges/access.h>
2422
#include <__ranges/concepts.h>

0 commit comments

Comments
 (0)