Edit

Share via


Compiler Error C3555

incorrect argument to 'decltype'

The argument to the decltype(expression) type specifier is not a valid expression.

Note

C3555 is not likely to occur. If the compiler emits C3555, it is probably because an internal compiler error has occurred.

See also

Compiler Error C3556
Fatal Error C1001