Warning C4099: type name first seen using 'class' now seen using 'struct' (MS VS 2k8)

前端 未结 7 2323
萌比男神i
萌比男神i 2021-01-04 01:42

Is this warning anything to worry about? I\'ve read that it can cause erratic behaviour?

It\'s an example I\'m trying to compile, could someone explain to me why the

7条回答
  •  情歌与酒
    2021-01-04 02:02

    I discuss this warning in depth in my blog posting "Is C4099 really a sillywarning?". My conclusion is that it is best turned off. :-) Well, at least for me.

提交回复
热议问题