Compiler Error C2446
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 C2446.
operator' : no conversion from 'type1' to 'type2'
The compiler cannot convert type1 to type2. The conversion may not make sense because it violates C/C++ semantics.
Show: