libstdc - AshokBhat/notes GitHub Wiki

libstdc++

Why libstdc++ ships separately with the toolchain while Glibc is part of Linux system?

  • 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.

See also

  • [libc++]] ](/AshokBhat/notes/wiki/[[glibc) | libstdc++ |