libstdc++ - AshokBhat/notes GitHub Wiki
- C++ runtime Library of GNU toolchain
- Not part of glibc, ships as part of the toolchain.
- Standard C library is fundamental to Linux system as provides the bridge between the kernel and userspace.
- C++ standard library is less fundamental and hence shipped as part of the toolchain.