Can I somehow make Visual C++ 2008 to have C++11 library and use all the good things C++11 standard allows?
See Question&Answers more detail:osCan I somehow make Visual C++ 2008 to have C++11 library and use all the good things C++11 standard allows?
See Question&Answers more detail:osIn short words, it's impossible. VS2008 has no C++11 support and replacing the libraries would lead to chaos.
In long words, you maybe could do something: