C++ 標準庫的新實現:libc++

jopen 10年前發布 | 14K 次閱讀 C/C++開發 C/C++

libc++ 是C++ 標準庫的新實現,目標直指 C++11。

功能和目標

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

項目主頁:http://www.baiduhome.net/lib/view/home/1387804924984

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!