Skip to content

tatwood/taapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

taapp
=====

author:  Thomas Atwood (tatwood.net)
date:    2010
license: see UNLICENSE.txt

This is a collection of C++ headers that provide inlined functionality for
STL containers. These classes are designed to be a subset of the standard.
For example, these containers prevent to copy or assignment of themselves even
though this is valid behavior in the standard. Additionally, no support for
C++ exceptions is provided in these containers. This is a header only library,
no link target is required for its use.

Dependencies
============

No dependencies exist other than the C standard headers.

About

This is a collection of C++ headers that provide inlined functionality for STL containers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors