STL_MSFT closed this revision.
STL_MSFT added a comment.
Thanks, I've checked this in as-is. I would support an LWG issue to change the
Standardese here.
https://reviews.llvm.org/D41213
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http:/
mclow.lists added a comment.
Investigating the assignability of `not_fn`. All the rest of this looks fine.
https://reviews.llvm.org/D41213
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-com
mclow.lists added a comment.
> According to 15.8.2 [class.copy.assign]/2 and /4, this makes call_wrapper
> non-assignable.
Then I think we've got a LWG issue, because that's not what I remember the
intent to have been.
https://reviews.llvm.org/D41213
___
STL_MSFT added a comment.
Ping? (And happy Patch Tuesday!)
https://reviews.llvm.org/D41213
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
STL_MSFT added a comment.
Ping? (And happy new year!)
https://reviews.llvm.org/D41213
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
STL_MSFT created this revision.
STL_MSFT added reviewers: EricWF, mclow.lists.
Herald added a subscriber: jfb.
[libcxx] [test] Improve MSVC portability.
test/support/msvc_stdlib_force_include.hpp
When testing MSVC's STL with C1XX, simulate a couple more compiler feature-test
macros.
When testin