g++-libc++
LLVM C++ Standard library - build helpers
Install
- All systems
-
curl cmd.cat/g++-libc++.sh
- Debian
-
apt-get install libc++-helpers
- Ubuntu
-
apt-get install libc++-helpers
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libc++-helpers
- Raspbian
-
apt-get install libc++-helpers
- Dockerfile
- dockerfile.run/g++-libc++
libc++-helpers
LLVM C++ Standard library - build helpers
libc++ is a new implementation of the C++ standard library, targeting C++11. Features and Goals * Correctness as defined by the C++11 standard. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. This package contains the build helpers (clang++-libc++, etc)