Compiler Error C2721
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Compiler Error C2721.
specifier' : storage-class specifier illegal between operator keyword and type
User-defined type conversions apply to all storage classes, so you cannot specify a storage class in a type conversion.
Show: