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.
เบราว์เซอร์นี้ไม่ได้รับการสนับสนุนอีกต่อไป
อัปเกรดเป็น Microsoft Edge เพื่อใช้ประโยชน์จากคุณลักษณะล่าสุด เช่น การอัปเดตความปลอดภัยและการสนับสนุนด้านเทคนิค
'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.