Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is libstdc++-v3 and how can I use it with g++?

libstdc++-v3
0
Posted

What is libstdc++-v3 and how can I use it with g++?

0

From the libstdc++-FAQ: “The EGCS Standard C++ Library v3, or libstdc++-2.90.x, is an ongoing project to implement the ISO 14882 Standard C++ library as described in chapters 17 through 27 and annex D.” At the moment the libstdc++-v3 is no “drop in replacement” for GCC’s libstdc++. The best way to use it is as follows: • Build and install GCC • Build and install libstdc++-v3 • Use compiler flags to use the new libstdc++ Please note that the libstdc++-v3 is not yet complete and should only be used by experienced programmers.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123