Skip to content

Commit e9f4cf4

Browse files
Drop unconventional comments
1 parent a975ead commit e9f4cf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_implicit_lifetime.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ constexpr bool test() {
226226

227227
#ifdef _LIBCPP_VERSION
228228
// These types should be implicit-lifetime, but they are not guaranteed to be so.
229-
// Especially, MSVC STL has not made them implicit-lifetime yet. See https://github.com/microsoft/STL/issues/5667.
230229
test_is_implicit_lifetime<std::pair<int, float>>();
231230
test_is_implicit_lifetime<std::tuple<int, float>>();
232231
#endif

0 commit comments

Comments
 (0)