C++ Boost: what's the cause of this warning?

后端 未结 6 1832
没有蜡笔的小新
没有蜡笔的小新 2020-12-03 04:16

I have a simple C++ with Boost like this:

#include 

int main()
{
  std::string latlonStr = \"hello,ergr()()rg(rg)\";
  boo         


        
6条回答
  •  悲&欢浪女
    2020-12-03 05:03

    • Go to the properties of your C++ project

    • Expand the "C/C++"

    • Advanced: Disable Specific Warnings: 4996

提交回复
热议问题