https://github.com/katahiromz/unboost
The Revival of Old C++ Compilers
https://github.com/katahiromz/unboost
Last synced: 7 months ago
JSON representation
The Revival of Old C++ Compilers
- Host: GitHub
- URL: https://github.com/katahiromz/unboost
- Owner: katahiromz
- License: other
- Created: 2016-03-25T07:52:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T08:21:55.000Z (almost 7 years ago)
- Last Synced: 2025-01-12T22:30:48.380Z (9 months ago)
- Language: C++
- Homepage:
- Size: 813 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
----- Unboost -----
<<<< The Revival of Old C++ Compilers >>>>This is Unboost, that is a compatibility library for C++11, Boost
and C++03.The Boost C++ Libraries (http://www.boost.org) are famous and very
sophisticated but too large and expensive for daily use.This Unboost (only 870 KB) enables you to avoid that expensive booster
if possible on your C++ compiler (C++11, std::tr1, substitute tiny
implementations).See samples and sources for more details.
If you found bug, please send me e-mail.
/////////////////////////////////////////////////////
// Katayama Hirofumi MZ (katahiromz) [ANT]
// Homepage http://katahiromz.web.fc2.com/
// E-Mail katayama.hirofumi.mz@gmail.com
/////////////////////////////////////////////////////