mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
71c746b30b
a one true unique c++ ABI for the ports tree
9 lines
306 B
Plaintext
9 lines
306 B
Plaintext
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
|