PR46640: Permit the first parameter of a destroying 'operator delete' to
be dependent if it names the right type. This matches the GCC behavior, but no longer matches the standard wording. However, the standard wording in this case is not in line with the intent, which was to require the enclosing class type to be named directly. I've reported this wording oversight to the committee.
Loading
Please register or sign in to comment