summaryrefslogtreecommitdiff
path: root/libs/tuple
Commit message (Collapse)AuthorAgeFilesLines
...
* Reintroduced tuples subnamespace, documents now reflect that changeJaakko Järvi2001-09-141-0/+0
| | | | [SVN r11119]
* tuple_basic_no_partial_spec.hpp:Douglas Gregor2001-09-061-0/+0
| | | | | | | - Fixed cons construction for compilers with no partial specialization that aren't MSVC [SVN r11056]
* Added support for assignment from std::pair. Test in tuple_test_bench.cpp ↵Douglas Gregor2001-09-051-0/+0
| | | | | | enabled for MSVC version [SVN r11025]
* added documentation for default construction of cons listsJaakko Järvi2001-09-041-0/+0
| | | | [SVN r11017]
* adding a test for cons list default constructionJaakko Järvi2001-09-041-0/+0
| | | | [SVN r11016]
* included rich_consJaakko Järvi2001-09-041-0/+0
| | | | [SVN r11015]
* SGI MIPSpro workaround in default_arg error checkingJeremy Siek2001-09-031-0/+0
| | | | [SVN r10998]
* MSVC version of get<N> can now handle const tuples properlyDouglas Gregor2001-09-011-0/+0
| | | | | | | Testcase for const tuples added [SVN r10986]
* Corrected/refined the requirement for a tuple element typeJaakko Järvi2001-08-311-0/+0
| | | | [SVN r10975]
* removed cons list construction tests if BOOST_NO_PARTIAL_SPECIALIZATIONJaakko Järvi2001-08-241-0/+0
| | | | [SVN r10929]
* added new constructor for cons listsJaakko Järvi2001-08-241-0/+0
| | | | [SVN r10927]
* Documented a new constructor for cons listsJaakko Järvi2001-08-241-0/+0
| | | | [SVN r10926]
* added few tests for cons listsJaakko Järvi2001-08-241-0/+0
| | | | [SVN r10925]
* changes to avoid warnings with g++ -WallJaakko Järvi2001-08-241-0/+0
| | | | [SVN r10923]
* small change to avoid unnecessary warnings with g++ -WallJaakko Järvi2001-08-241-0/+0
| | | | [SVN r10922]
* Added more typenames to make gcc 3.0 -pedantic happyJaakko Järvi2001-08-231-0/+0
| | | | [SVN r10911]
* Added a specialization for empty tuple ( tuple<> )Jaakko Järvi2001-08-221-0/+0
| | | | | | | | Added 'typename's to make_tuple return types to avoid warnings in edg strict mode [SVN r10906]
* Minor spelling fixes, add author linkBeman Dawes2001-08-101-0/+0
| | | | [SVN r10834]
* Adding the tuple library filesJaakko Järvi2001-08-101-0/+0
| | | | [SVN r10829]
* Adding the Tuple library filesJaakko Järvi2001-08-101-0/+0
[SVN r10828]