I am trying to compile a code where unordered_set
is used . & Visual Studio is giving me an error saying that
unordered_set is undefined
In code blocks I have seen this error with the code:
This file requires compiler and library support for the ISO C++ 2011 standard.
I have been able to configure the compiler of code blocks so that the g++ follows the C++11 ISO C++language standard & the error has gone. How can I solve this problem in Visual Studio 2015 ?