r310983 - PR19668, PR23034: Fix handling of move constructors and deleted copy
Malcolm Parsons via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 19 01:46:20 PDT 2017
On 16 August 2017 at 02:49, Richard Smith via cfe-commits
<cfe-commits at lists.llvm.org> wrote:
> + /// \brief \c true if a defaulted destructor for this class would be deleted.
> + bool defaultedDestructorIsDeleted() const {
> + return !data().DefaultedDestructorIsDeleted;
> + }
Is the ! intentional?
--
Malcolm Parsons
More information about the cfe-commits
mailing list