File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
libcxx/test/libcxx/containers/container.adaptors Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1111
1212// <flat_set>
1313
14+ // As an extension, libc++ flat containers support inserting a non forward range into
15+ // a pre-C++23 container that doesn't provide insert_range(...), since many containers
16+ // out there are in that situation.
1417// https://github.com/llvm/llvm-project/issues/136656
1518
1619#include < flat_set>
Original file line number Diff line number Diff line change 1111
1212// <flat_set>
1313
14+ // As an extension, libc++ flat containers support inserting a non forward range into
15+ // a pre-C++23 container that doesn't provide insert_range(...), since many containers
16+ // out there are in that situation.
1417// https://github.com/llvm/llvm-project/issues/136656
1518
1619#include < flat_set>
You can’t perform that action at this time.
0 commit comments