`<any>`: Short-cut constraints of single-argument `any` constructor, again by frederick-vs-ja · Pull Request #6114 · microsoft/STL · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions stl/inc/any
3 changes: 0 additions & 3 deletions tests/libcxx/expected_results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1112,9 +1112,6 @@ std/input.output/file.streams/fstreams/filebuf.virtuals/xsputn.pass.cpp:1 FAIL
std/utilities/meta/meta.unary/meta.unary.prop/is_implicit_lifetime.pass.cpp:0 FAIL
std/utilities/meta/meta.unary/meta.unary.prop/is_implicit_lifetime.pass.cpp:1 FAIL

# Not analyzed. Clang error: no member named 'value' in 'std::is_copy_constructible<ConvertibleFromAndToAny>'
std/utilities/any/any.class/any.cons/value.pass.cpp:2 FAIL

# Not analyzed. Assertion failed: globalMemCounter.checkOutstandingNewLessThanOrEqual(1)
std/input.output/filesystems/class.path/path.member/path.assign/move.pass.cpp FAIL
std/input.output/filesystems/class.path/path.member/path.construct/move.pass.cpp FAIL
Expand Down
22 changes: 21 additions & 1 deletion tests/std/tests/P0220R1_any/test.cpp