简体   繁体   English

如何在Visual Studio中更改C ++标准库实现

[英]How to change C++ standard library implementation in Visual Studio

I would like change c++ standard library form microsoft to another which support c++17 standard. 我想将c ++标准库从microsoft更改为支持c ++ 17标准的另一个。 I mean swap vs lib with libstdc++ or libc++ Is is possible at all? 我的意思是使用libstdc ++或libc ++来交换vs lib是可能的吗? I have not idea the way to do this. 我不知道如何做到这一点。

AFAIK, VS2017 has some partial support for c++17. AFAIK, VS2017对c ++ 17有部分支持。 It's not only about library but also about compiler support of new features. 它不仅涉及库,还涉及编译器对新功能的支持。 So, simple answer: better use VS2017 as is, you may even compile with clang with microsoft codegen . 所以,简单的回答:更好地使用VS2017,你甚至可以使用microsoft codegen编译

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何更改 Visual Studio 2019 中的默认 C++ 语言标准? - How to change default C++ language standard in Visual Studio 2019? 如何在 Visual Studio 2013 中更改 C++ 标准 - How to change c++ standard in Visual Studio 2013 在 macOS 上使用 Visual Studio Code 调试 C++ 标准库 - Debug C++ Standard Library with Visual Studio Code on macOS Visual Studio无法找到任何标准的c ++库文件 - Visual studio cant find any standard c++ library file 查看 C++ 有关 Visual Studio 2022 中鼠标悬停的标准库文档 - View C++ standard library documentation on mousehover in Visual Studio 2022 Visual Studio如何在内核模式驱动程序项目中使用C ++标准库? - Visual Studio How to use C++ standard library in a kernel mode driver project? 如何更改 Visual Studio 中所有项目的默认语言标准。 C++ - How to change the default language standard for all projects in Visual Studio. C++ c++标准库容器没有实现吗? - Is c++ standard library containers have no implementation? 是否有一个c ++ standard库实现包括std :: unique_ptr,可与visual-studio 2008一起使用? - Is there a c++standard library implementation that includes std::unique_ptr that works with visual-studio 2008? 在Visual Studio中进行测试时,如何覆盖标准C ++函数? - How to override standard C++ functions when testing in Visual Studio?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM