Skip to content

Commit 9ad0f1e

Browse files
authored
Apply suggestions from code review
1 parent c8952ca commit 9ad0f1e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

libcxx/test/libcxx/containers/container.adaptors/flat.multiset/insert_range.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
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>

libcxx/test/libcxx/containers/container.adaptors/flat.set/insert_range.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
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>

0 commit comments

Comments
 (0)