-
Bug
-
Resolution: Unresolved
-
Medium
-
Code Generation Tools
-
CODEGEN-4122
-
The C++ standard specifically allows decltype to be used as the type expression for an explicit destructor call.
However, the following code emits a compilation error:
int x;
x.~decltype();