Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
/ awstd Public archive

Partial implementation of newer parts of C++ standard library for older compilers. This repo has been merged into https://github.com/absurdworlds/awlib

License

Notifications You must be signed in to change notification settings

absurdworlds/awstd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awstd library

This library contains fallback implementations for C++ standard library classes and functions. I do not strive for 100% compliance, implementing only what is needed. Some bits may be missing (e.g. overloads which I consider redundant), and some non-standard extensions also may be present (e.g. string_view constructor from (const char(&)[N])).

This library is written to be used where newer compilers/libraries are not available or I am not allowed to use them.

awlib

This library also contains parts of awlib ported to C++98.

About

Partial implementation of newer parts of C++ standard library for older compilers. This repo has been merged into https://github.com/absurdworlds/awlib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published