PR48587: is_constant_evaluated() should not evaluate to true during a
variable's destruction if it didn't do so during construction. The standard doesn't give any guidance as to what to do here, but this approach seems reasonable and conservative, and has been proposed to the standard committee.
Loading
Please sign in to comment