C++標準庫實現 libc++
libc++是一個C++標準庫實現,突出了標準符合和高效的代碼生成。如果C++'0x標準得以批準,libc++也將提供支持。libc++由 Howard Hinnant開發和維護,目前的完成度為85%。
- Correctness as defined by the (currently draft) C++0X 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.
本文由用戶 fmms 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!