How to change C++ standard library implementation in Visual Studio

Viewed 1689

I would like change c++ standard library form microsoft to another which support c++17 standard. I mean swap vs lib with libstdc++ or libc++ Is is possible at all? I have not idea the way to do this.

1 Answers
Related