Disable warnings in Visual Studio 2008

柔情痞子 提交于 2019-12-05 12:36:10

found answer from here:http://connect.microsoft.com/VisualStudio/feedback/details/442051/cannot-suppress-warning-in-template-function

Roughly, the reason is because the warnings generated in my code while not in header file, because it's template. It the code is generated in header files, the way would work.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!