8 lines
306 B
Text
8 lines
306 B
Text
This library implements the Code Sourcery C++ ABI, as documented here:
|
|
|
|
http://www.codesourcery.com/public/cxx-abi/abi.html
|
|
|
|
It is intended to sit below an STL implementation, and provide features required
|
|
by the compiler for implementation of the C++ language.
|
|
|
|
WWW: https://github.com/pathscale/libcxxrt
|