Hi,

C++20 introduced constexpr destructors, but it seems that the standard library was not updated - i.e. all std wrapper types: optional, pair, tuple, variant should have received constexpr destructor.

Since implementing this is trivial, is there a chance to fix this as a defect report?

Regards,
Maciej