Why do I have warning “C4199 two-phase name lookup is not supported for C++/CLI, C++/CX, or openmp”?

后端 未结 1 1924
庸人自扰
庸人自扰 2021-02-15 02:58

I have many templates in my project. Everything is running fine but I\'ve been getting this warning many times for a long time now. Should I keep ignoring it or should I use

相关标签:
1条回答
  • 2021-02-15 03:45

    Ok Thanks to Simon and Raymond's article I was able to solve it. I no more have that warning anywhere in my code. Just added the command as the article describes at it's very bottom.

    Here's an image of where exactly I added the command for those like me that might have trouble finding it.

    0 讨论(0)
提交回复
热议问题