Dave Abrahams
5603cb5190
Satisfy assignable requirement for output iterators.
...
[SVN r19150]
2003-07-16 14:30:47 +00:00
Vladimir Prus
6c1ea18e78
Document the dependency scanning mechanism.
...
[SVN r19149]
2003-07-16 14:06:39 +00:00
Peter Dimov
2d5ea2ce0e
get_deleter fix for EDG 2.38
...
[SVN r19148]
2003-07-16 11:54:49 +00:00
Peter Dimov
12e3d2fbfa
const_pointer_cast added.
...
[SVN r19147]
2003-07-16 11:51:12 +00:00
Peter Dimov
0389054878
Fixed Intel 7 issue (reported by Daniel Frey)
...
[SVN r19145]
2003-07-16 10:53:06 +00:00
John Maddock
345763a505
Added fix to stop unnecessary dependencies being found.
...
[SVN r19144]
2003-07-16 10:42:49 +00:00
Beman Dawes
c81a10f113
deque libcomo workaround
...
[SVN r19143]
2003-07-16 10:36:53 +00:00
Beman Dawes
fa9ff0635b
fix BIIST_STDLIB spacing
...
[SVN r19142]
2003-07-16 10:16:32 +00:00
Eric Friedman
a26a303092
Variant blurb update.
...
[SVN r19141]
2003-07-16 09:16:56 +00:00
Eric Friedman
8068de6d51
Added BOOST_VARIANT_ENUM_PARAMS and variant streaming support.
...
[SVN r19140]
2003-07-16 06:47:45 +00:00
Douglas Gregor
158d871374
Handle member specifiers
...
[SVN r19139]
2003-07-16 04:45:08 +00:00
Douglas Gregor
1dacfd5f23
Refer to the same entity that's in the actual example file
...
[SVN r19138]
2003-07-16 04:44:11 +00:00
Douglas Gregor
9ffe944848
doc/read-graphviz.html: refer to the right graphviz library
...
example/undirected_dfs.cpp: include <iostream>
[SVN r19137]
2003-07-16 04:43:15 +00:00
Douglas Gregor
446e1f566b
doc/tutorial.xml: fix a typo in the example code (thanks Jens!)
...
test/sum_avg_portable.cpp: regenerated.
[SVN r19136]
2003-07-16 04:40:25 +00:00
Douglas Gregor
2910b6c183
Automagical linking (Regex-style) for Windows, plus Regex-style staging,
...
with documentation (a little).
[SVN r19135]
2003-07-16 04:38:46 +00:00
Douglas Gregor
f3be42a4a8
Convert to new iterator adaptors: damn that was easy!
...
[SVN r19134]
2003-07-16 04:36:33 +00:00
Eric Friedman
e8e658fe88
Cleanup and various fixes.
...
[SVN r19133]
2003-07-16 00:34:03 +00:00
Eric Friedman
bc7307cad1
Borland 5.51 workaround.
...
[SVN r19132]
2003-07-16 00:30:42 +00:00
Eric Friedman
86dce1a986
Final (?) MSVC6 workarounds.
...
[SVN r19131]
2003-07-15 21:15:08 +00:00
Rene Rivera
b48c463e81
Simplyfied toolset definition code. Now supports easily adding different types of builds, and additional options.
...
[SVN r19129]
2003-07-15 16:07:11 +00:00
Jens Maurer
d3823515ad
avoid gcc "signed/unsigned" warning
...
[SVN r19128]
2003-07-15 15:55:59 +00:00
Beman Dawes
b39d359f60
add #include <algorithm> for find_if
...
[SVN r19127]
2003-07-15 13:37:37 +00:00
Peter Dimov
24fde53638
add_ref split to add_ref_copy and add_ref_lock to eliminate the redundant use_count_ == 0 check.
...
[SVN r19126]
2003-07-15 12:18:40 +00:00
Gennadiy Rozental
ccabaa93d6
eliminate tolerance definition by number of rounding errors
...
[SVN r19125]
2003-07-15 09:01:36 +00:00
Gennadiy Rozental
b50a1b1f20
*** empty log message ***
...
[SVN r19124]
2003-07-15 08:31:24 +00:00
Bruno da Silva de Oliveira
e7351e1726
- moved register_ptr_to_python up one level.
...
[SVN r19123]
2003-07-15 01:05:07 +00:00
Eric Friedman
036d79f357
Reworked NO_FUNCTION_TEMPLATE_ORDERING workaround.
...
[SVN r19122]
2003-07-14 23:07:05 +00:00
Dave Abrahams
452e51ffbd
Bugfixes and workarounds
...
[SVN r19121]
2003-07-14 23:05:57 +00:00
Eric Friedman
fdf2273eeb
Various fixes and MSVC6 workaround.
...
[SVN r19120]
2003-07-14 23:04:31 +00:00
Dave Abrahams
cd9e5bb126
fix --noassert option
...
[SVN r19119]
2003-07-14 21:55:47 +00:00
Dave Abrahams
ed280074bc
Bug fix for code not being exercised currently.
...
[SVN r19118]
2003-07-14 21:31:44 +00:00
Jens Maurer
3b2f994d1c
allow min == max and assert on min > max
...
[SVN r19117]
2003-07-14 20:09:43 +00:00
Jens Maurer
4468e95ccf
demonstrate uniform_int<> with min == max
...
[SVN r19116]
2003-07-14 20:09:11 +00:00
Beman Dawes
82979aae9d
Remove duplicated iterator tests
...
[SVN r19115]
2003-07-14 19:45:56 +00:00
Dave Abrahams
cec0fef60d
add --noassert option
...
[SVN r19114]
2003-07-14 18:53:03 +00:00
Thomas Witt
f7b0503d3e
Fixed typo in mail adress.
...
[SVN r19113]
2003-07-14 16:23:18 +00:00
Dave Abrahams
a57d2dc85a
various bugfixes. filter_/transform_iterator were misusing enable_if
...
in a non-template context , and iterator_facade needed a forward
declaration for full conformance.
[SVN r19112]
2003-07-14 16:22:10 +00:00
Thomas Witt
4106a58c57
*** empty log message ***
...
[SVN r19111]
2003-07-14 14:35:00 +00:00
Thomas Witt
884d78b52c
Added arg dependent workaround for msvc < 7.1
...
[SVN r19110]
2003-07-14 13:13:49 +00:00
Dave Abrahams
88d91d3e07
Apply patch from Matthias Troyer <troyer-at-itp.phys.ethz.ch>
...
[SVN r19109]
2003-07-14 13:01:01 +00:00
Beman Dawes
61f4542422
fix and clarify prior change
...
[SVN r19108]
2003-07-14 11:54:48 +00:00
Rene Rivera
7766cb9923
Remove platform check for preventing use of yacc.
...
Replace with dev option "--grammar" which enables building of the grammar.
Some cleanup and generalization of searching for tools using ProgramFiles.
[SVN r19107]
2003-07-14 06:08:03 +00:00
Dave Abrahams
117dae6921
Various updates and clarifications.
...
[SVN r19106]
2003-07-13 22:47:15 +00:00
Rene Rivera
e3e10615b7
Fixed some problems with parsing of ReST style comments. Preformated parsing/output is now much closer to what ReST defines.
...
[SVN r19105]
2003-07-13 22:19:09 +00:00
Rene Rivera
d62700677d
Some cleanup, adding documentation.
...
Addition of common whitespace defenitions.
Addition of is-whitespace rule.
[SVN r19104]
2003-07-13 22:18:00 +00:00
Dave Abrahams
9c8d562562
iterator-categories.html is obsolete.
...
[SVN r19103]
2003-07-13 21:50:30 +00:00
Dave Abrahams
e854363f79
Fix detail::enable_if -> iterators::enable_if (really this time)
...
^
[SVN r19102]
2003-07-13 21:45:33 +00:00
Dave Abrahams
c1423ae44d
Fix detail::enable_if -> iterator::enable_if
...
[SVN r19101]
2003-07-13 20:22:47 +00:00
Jens Maurer
07b97db9fd
avoid default parameters for function templates, they confuse SunCC
...
[SVN r19100]
2003-07-13 18:59:08 +00:00
Jens Maurer
4dacaf819f
POSIX remove() may remove either EEXIST or ENOTEMPTY. Canonify to ENOTEMPTY.
...
[SVN r19099]
2003-07-13 18:46:44 +00:00