warning C4819: How to find the character that has to be saved in unicode?

后端 未结 5 1908
太阳男子
太阳男子 2021-01-30 22:57

I have seen the following warning recently through my VS2010.

Warning 21 warning C4819: The file contains a character that cannot be represented in the current code pag

5条回答
  •  没有蜡笔的小新
    2021-01-30 23:44

    at line 176:

    BOOST_ASSERT(0); // §27.4.3.2 allows undefined-behaviour here
    

    You see, there is a character before 27 in the above line.

提交回复
热议问题