b421d4725aFixed expected failures for gcc 3.1
John Maddock
2002-03-01 12:27:01 +0000
1662bb5713use of "small" changed to "small_" to suppress confusion on some compilers
Dave Abrahams
2002-02-24 02:35:19 +0000
ad79a21abdadded portability note about using std::vector's as Base with VC++
Toon Knapen
2002-02-21 12:09:46 +0000
19645a52e6Added a default constructor to shared_count and shared_ptr for incomplete types (void).
Peter Dimov
2002-02-15 13:31:58 +0000
74c3077c9aAdded test cases for incomplete and abstract base class types.
John Maddock
2002-02-14 12:57:32 +0000
1f29191329Modified call_traits to work with incomplete types.
John Maddock
2002-02-14 12:54:57 +0000
4b636a7680Always say "private noncopyable" to avoid warnings.
Darin Adler
2002-02-08 20:08:15 +0000
e6fc2555f3removed tabs
Jeremy Siek
2002-02-04 20:29:35 +0000
e27d0fcf2aNew smart pointer documentation. Related clean-up of the smart pointer library. Changing includes to include the new individual smart pointer headers. Replacing old smart pointer library with an include of the new smart pointer headers. Simplify ifdefs that involve the member templates macros now that BOOST_MSVC6_MEMBER_TEMPLATES is also guaranteed to bet set for platforms that have full member templates.
Darin Adler
2002-02-02 18:36:12 +0000
2643c33b20Doc fixes from Thomas Witt
Dave Abrahams
2002-02-01 13:03:21 +0000
e4d5684f6badded test for permutation_iterator
Toon Knapen
2001-11-30 11:10:07 +0000
3d69cf95daadded documentation for the permutation_iterator_adaptor and linked to it from the iterator_adaptors documentation.
Toon Knapen
2001-11-30 10:40:03 +0000
18944572b7committing Daryle and Helmut's changes
Dave Abrahams
2001-11-29 21:22:52 +0000
7f43c682dbFixed the pair_generator documentation. Order of parameters was wrong; reordered the table to match the corrected order.
Dave Abrahams
2001-09-05 16:29:29 +0000
0c9eee3c6bchanged note about the move to the tuples library
Jeremy Siek
2001-08-30 19:45:19 +0000
3b1afa3ba6changed "empty-member" to "empty base-class"
John Maddock
2001-08-30 10:58:19 +0000
93e6a75125changed #include for tie() to tuple.hpp
Jeremy Siek
2001-08-28 19:09:33 +0000
52f8a7c0cachanged #include for tie()
Jeremy Siek
2001-08-28 19:07:51 +0000
55bfeb646fremoved tie() and class tied
Jeremy Siek
2001-08-26 19:55:49 +0000
75c9dd3be1added not about constness of operator* and operator[]
Jeremy Siek
2001-08-24 15:28:20 +0000
6392e2788fRemoved incorrect statics, added const
Dave Abrahams
2001-08-24 12:09:34 +0000
6a97f3f9baTabs converted to spaces.
Peter Dimov
2001-08-23 19:05:21 +0000
6e5f52e279initial commit
Peter Dimov
2001-08-23 18:42:16 +0000
7f92bed902Fix some broken links. Fix order of constructor initializers.
Darin Adler
2001-08-23 17:42:07 +0000
d68a11cc42Misc; mostly fix links to hard disk locations
Beman Dawes
2001-08-20 13:04:43 +0000