[all-commits] [llvm/llvm-project] 27e686: [libc++] Verify that LWG4140 is implemented (#128624)
A. Jiang via All-commits
all-commits at lists.llvm.org
Wed Mar 5 19:12:38 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27e686c788246d6586e38542cf95a987fde63b2b
https://github.com/llvm/llvm-project/commit/27e686c788246d6586e38542cf95a987fde63b2b
Author: A. Jiang <de34 at live.cn>
Date: 2025-03-06 (Thu, 06 Mar 2025)
Changed paths:
M libcxx/docs/Status/Cxx2cIssues.csv
A libcxx/test/std/containers/sequences/vector.bool/reference/ctor_no_default.compile.pass.cpp
A libcxx/test/std/utilities/template.bitset/bitset.members/reference.ctor_no_default.compile.pass.cpp
Log Message:
-----------
[libc++] Verify that LWG4140 is implemented (#128624)
According to the commit history, the constructors removed by LWG4140
have never been added to libc++.
Existence of non-public or deleted default constructor is observable,
this patch tests that there's no such default constructor at all.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list