C++ Library Extension Proposals
This page contains an unofficial list of links to proposals
for library extensions that have been (or will) be submitted to
the C++ Library Working Group.
General Links
Proposals
- C99
Library Additions to C++ - P.J. Plauger's initial
submission on adding C99 extensions to C++.
- Hash
Tables - Matthew Austern's hash table proposal (based
on the SGI hash table classes).
- Move
Semantics - Howard Hinnant, Peter Dimov and Dave
Abrahams' proposal to allow objects to be moved as well
as copied.
- Polymorphic
Function Object Wrapper - Doug Gregor's proposal
based on the Boost function library.
- Regular
expressions- John Maddock's submission (based on the
Boost regex library).
- Static
assertions - Robert Klarer and John Maddock's
proposal based on static assertion's in Boost and Loki.
- Tuples
- Jaakko Järvi's proposal based on the Boost tuple
library.
- Type traits - John Maddock's
submission (based on the Boost type traits library).
Copyright Dr J. Maddock.
Last Updated: 28th Sept 2002