Experimental C++ standard libraries
From cppreference.com
The C++ standards committee publishes experimental C++ library extensions for future standardization.
Note: until 2012, these publications were using TR (technical report) format, since 2012 ISO procedure changed to use TS (technical specification) format.
ISO number | Name | Status | links |
---|---|---|---|
ISO/IEC TR 19768:2007 | Technical Report on C++ Library Extensions | TR 29124 split off, the rest merged into C++11 | |
ISO/IEC TR 29124:2010 | Extensions to the C++ Library to support mathematical special functions | published | |
ISO/IEC TR 24733:2011 | Extensions for the programming language C++ to support decimal floating-point arithmetic | published, to be superseded by Decimal TS or merged into C++17 via n3871 | |
ISO/IEC PDTS 18822:xxxx | File System | National body review. Draft: n3790 (2013-09-27) | fs |
pending | C++ Extensions for Library Fundamentals | In development. Draft: n3908 (2014-03-02) | optional |
This section is incomplete |