Commit Graph

50050 Commits

Author SHA1 Message Date
Douglas Gregor
48da1d4436 Strange workaround for Comeau 4.2.45.2 so that it does get into an
instantiation loop


[SVN r12773]
2002-02-09 15:49:04 +00:00
Peter Dimov
906b7316fa Fix the g++ 2.9x operator!= ambiguity.
[SVN r12772]
2002-02-09 15:45:29 +00:00
Douglas Gregor
21162a6af3 FreeBSD 3.x has pthreads support, but _POSIX_THREADS isn't defined by
<unistd.h>


[SVN r12771]
2002-02-09 15:02:48 +00:00
Douglas Gregor
9b020a5d0e FreeBSD 3.x has <hl_types.h>
[SVN r12770]
2002-02-09 14:55:37 +00:00
Peter Dimov
d6737c4239 weak_ptr::operator< is now stable, shared_ptr_test has much better coverage.
[SVN r12769]
2002-02-09 12:34:05 +00:00
John Maddock
fc6a47ab43 Fixed incorrect iterator use - assumed random access iterator in one place rather than bidirectional.
[SVN r12768]
2002-02-09 12:07:53 +00:00
Darin Adler
a0b544fd2c Remove obsolete paragraph
[SVN r12767]
2002-02-09 02:54:00 +00:00
Darin Adler
0a202e0d16 Fixed some broken internal links.
[SVN r12766]
2002-02-09 01:18:00 +00:00
William E. Kempf
1b97a6c702 Initial creation of Writing Documentation
[SVN r12765]
2002-02-08 22:56:07 +00:00
Dave Abrahams
eb5c7a515b Updated docs and provided backwards compatibility for handle_exception()
[SVN r12764]
2002-02-08 22:04:01 +00:00
Peter Dimov
b44ce99a26 Minor fixes.
[SVN r12763]
2002-02-08 20:45:04 +00:00
Darin Adler
69e1cd91c4 Always say "private noncopyable" to avoid warnings.
[SVN r12762]
2002-02-08 20:08:15 +00:00
Peter Dimov
efcdcf06cd Borland 5.5.1 fix
[SVN r12761]
2002-02-08 18:40:49 +00:00
Vesa Karvonen
665ad82002 MWCW workaround
[SVN r12760]
2002-02-08 16:54:43 +00:00
John Maddock
44545cb490 Added support for compilers with no exception handling support.
[SVN r12758]
2002-02-08 12:44:43 +00:00
John Maddock
d1a4e1c576 Added docs for forward lookahead asserts.
[SVN r12757]
2002-02-08 12:43:59 +00:00
John Maddock
fedc809b09 Added support for BOOST_NO_EXCEPTIONS
[SVN r12756]
2002-02-08 12:42:59 +00:00
John Maddock
4c7f06ad05 Added missing header include.
[SVN r12755]
2002-02-08 12:40:57 +00:00
John Maddock
4948dd3c12 Added BOOST_NO_EXCEPTIONS support
[SVN r12754]
2002-02-08 12:39:21 +00:00
Toon Knapen
081e069078 *** empty log message ***
[SVN r12753]
2002-02-08 11:38:35 +00:00
Toon Knapen
bba28ed765 flags declarations used xlc instead of the real toolset name : vacpp
[SVN r12752]
2002-02-08 11:32:26 +00:00
Darin Adler
6fc8d20a76 Fixed description of smart_ptr library.
[SVN r12751]
2002-02-08 02:26:22 +00:00
Beman Dawes
d05111a14e After tokenizer fix
[SVN r12748]
2002-02-07 13:33:58 +00:00
Dave Abrahams
1698192df2 skip incompatible builds
[SVN r12747]
2002-02-07 01:42:57 +00:00
Jeremy Siek
d06e92cf16 *** empty log message ***
[SVN r12746]
2002-02-06 21:51:40 +00:00
Jeremy Siek
6960f623d3 *** empty log message ***
[SVN r12745]
2002-02-06 21:33:47 +00:00
Jeremy Siek
982e9944f6 *** empty log message ***
[SVN r12744]
2002-02-06 20:01:09 +00:00
Darin Adler
1e5fc20bf6 New casts for smart pointers.
[SVN r12743]
2002-02-06 19:42:04 +00:00
Jeremy Siek
c25350951f mods with respect to isspace and ispunct behaviour of char_separator
[SVN r12738]
2002-02-06 03:32:49 +00:00
Jeremy Siek
8f00de89f3 some more edits, with regard to the isspace and ispunct behaviour
[SVN r12737]
2002-02-06 03:32:20 +00:00
Jeremy Siek
cf107c9e36 added new class char_separator
[SVN r12736]
2002-02-06 02:11:09 +00:00
Jeremy Siek
5112fe5390 added new class char_separator with tests and doc
[SVN r12735]
2002-02-06 02:10:39 +00:00
Beman Dawes
f2922f8d89 1.27.0 runup
[SVN r12733]
2002-02-05 18:37:22 +00:00
Beman Dawes
c4eb468269 Fix link
[SVN r12732]
2002-02-05 18:28:12 +00:00
Beman Dawes
33f0420bfb 1.27.0 Runup
[SVN r12731]
2002-02-05 16:22:32 +00:00
Vesa Karvonen
0d68f457ba Fixed title decoration
[SVN r12730]
2002-02-05 16:16:04 +00:00
Vesa Karvonen
dbb1ec6b5e Bibliography instead of References
[SVN r12729]
2002-02-05 16:14:26 +00:00
Douglas Gregor
eadecec6fb Linux has pthread_mutexattr_settype with _XOPEN_VERSION == 500
[SVN r12728]
2002-02-05 15:59:48 +00:00
Vesa Karvonen
b4853200de Added preprocessor library news
[SVN r12727]
2002-02-05 13:04:44 +00:00
Vesa Karvonen
f776355863 Minor simplification
[SVN r12726]
2002-02-05 12:42:59 +00:00
Vesa Karvonen
180663928d Added test for BOOST_PP_LIST_SIZE
[SVN r12725]
2002-02-05 12:20:00 +00:00
Vesa Karvonen
cea59e4b44 Changed to recommended usage style of BOOST_PP_EMPTY & BOOST_PP_IDENTITY
[SVN r12724]
2002-02-05 12:19:33 +00:00
Vesa Karvonen
0b28fb28dc Added link to test
[SVN r12723]
2002-02-05 12:17:12 +00:00
Vesa Karvonen
08d19d871a Updated
[SVN r12722]
2002-02-05 12:16:25 +00:00
Vesa Karvonen
197fbdde32 Updated
[SVN r12721]
2002-02-05 12:13:37 +00:00
Vesa Karvonen
c2fc189003 Added link to test
[SVN r12720]
2002-02-05 12:12:07 +00:00
Vesa Karvonen
b26aa96c29 Added test for BOOST_PP_LIST_FOR_EACH_PRODUCT()
[SVN r12719]
2002-02-05 11:30:34 +00:00
Vesa Karvonen
abd04c6afd Starting to use the new templates
[SVN r12718]
2002-02-05 08:27:20 +00:00
Vesa Karvonen
a44345492c Doc fix
[SVN r12717]
2002-02-05 07:37:59 +00:00
Darin Adler
3cb1ce9895 Tweaks.
[SVN r12715]
2002-02-04 22:52:48 +00:00