[PATCH] D26458: Protect nested-exceptions tests under no-exceptions

Roger Ferrer Ibanez via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 10 09:08:10 PST 2016


rogfer01 added a comment.

@rmaprath well each case is testing a different special member: the assignment operator, the copy constructor and the default constructor. My feeling is that at least the non-throwing part must be tested under no-exceptions. But I understand, that this class is probably useless in the context of no-exceptions.


https://reviews.llvm.org/D26458





More information about the cfe-commits mailing list