[PATCH] D19700: [libcxx] [test] nasty_mutex::operator& should return nullptr, like nasty_list above it.

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 28 17:50:52 PDT 2016


EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

Well arguable it should be `no return` or even better it should have an "= delete" so it's diagnosed even if it's not called.

For now this works though.


http://reviews.llvm.org/D19700





More information about the cfe-commits mailing list