Skip to content

Commit 2ef6175

Browse files
obsolete comment
1 parent b61c18e commit 2ef6175

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libcxx/test/std/containers/associative/map/map.access/index_rv_key.pass.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,5 @@ int main(int, char**) {
8888
static_assert(test());
8989
#endif
9090

91-
// can't run this as a constant expression
92-
// because
93-
// existing implementation relies on UB to avoid allocatr::construct_at()
94-
// instantiating anything other than container::value_type
95-
// assert(test_container_general_requirements());
9691
return 0;
9792
}

0 commit comments

Comments
 (0)