Commit Graph

50050 Commits

Author SHA1 Message Date
Jens Maurer
defb837694 re-run after major type_traits updates and subsequent fixes
[SVN r9260]
2001-02-18 19:27:27 +00:00
Jens Maurer
5fbcf08288 fix minor typos
[SVN r9259]
2001-02-18 19:26:20 +00:00
Jeremy Siek
fb7937719e removed bad size specifications from figures
[SVN r9258]
2001-02-18 19:10:11 +00:00
Jens Maurer
8ee68f3691 iterator_adaptors etc. are working again
[SVN r9257]
2001-02-18 19:01:16 +00:00
Jeremy Siek
9ad222b4c8 applied Andreas's patch and added out_degree()
[SVN r9256]
2001-02-18 18:09:19 +00:00
Jens Maurer
fe71c52529 use ice_not<> instead of logical not "!" to work around problems with
early EDG (for example, IRIX CC and Compaq C++)


[SVN r9255]
2001-02-18 16:16:02 +00:00
Jens Maurer
83c47f3928 using ice_not<> instead of logical not "!" helps IRIX and Compaq C++
[SVN r9254]
2001-02-18 16:07:01 +00:00
Jens Maurer
35bfe21d2f needs <boost/type_traits/same_traits.hpp>
[SVN r9253]
2001-02-18 15:19:23 +00:00
John Maddock
f9be7b1a2b Moved <cstddef> include to <boost/type_traits/fwd.hpp> as its required by all the new type traits headers..
[SVN r9252]
2001-02-18 12:24:46 +00:00
John Maddock
f6fd860cfa regex Intel C++ fix...
[SVN r9251]
2001-02-18 12:03:08 +00:00
John Maddock
8e5c922a06 type_traits: regression failure fixes from type traits changes...
[SVN r9249]
2001-02-18 11:43:01 +00:00
Jens Maurer
9203ae2c3d add <cstddef> for std::size_t
[SVN r9248]
2001-02-17 22:10:12 +00:00
Jeremy Siek
e2878c68a8 changes to order of indirect_iterator template parameter list, and
fixed a typo


[SVN r9247]
2001-02-17 22:03:30 +00:00
Jeremy Siek
e75028bd40 changes to order of indirect_iterator_generator param list
[SVN r9246]
2001-02-17 22:03:06 +00:00
Jeremy Siek
79d818ce84 used -kb this time
[SVN r9245]
2001-02-17 22:01:23 +00:00
Jeremy Siek
e43c317068 removing again
[SVN r9244]
2001-02-17 22:00:36 +00:00
Jens Maurer
abc89a8fc1 change "-ptall" to "-ptused" to avoid superfluous template instantiations
[SVN r9243]
2001-02-17 21:54:27 +00:00
Jeremy Siek
51ffbd9833 re-added, this time using -ko flag
[SVN r9242]
2001-02-17 20:21:56 +00:00
Jeremy Siek
d2f4df61cf need to add in binary mode
[SVN r9241]
2001-02-17 20:17:53 +00:00
Jeremy Siek
d6de1bd277 added Category parameter to the indirect iterator
[SVN r9240]
2001-02-17 19:59:54 +00:00
Jeremy Siek
a9173e246d added Category parameter and made a few more edits with regards to type requirements
[SVN r9239]
2001-02-17 19:59:19 +00:00
John Maddock
bc4be72f18 Added new type traits files.
[SVN r9238]
2001-02-17 12:25:45 +00:00
Dave Abrahams
4eda809cca Remove restriction that a type generator generates a single type
[SVN r9237]
2001-02-17 04:28:59 +00:00
Jeremy Siek
4d95f9db5d adjusted requirements for value type of the base iterator
[SVN r9236]
2001-02-17 01:51:45 +00:00
Jeremy Siek
da4c1e1022 made iterator_adaptor constructor explicit
[SVN r9235]
2001-02-17 01:50:40 +00:00
Jeremy Siek
8d8c08808d added "explicit" to iterator_adaptor constructor
[SVN r9234]
2001-02-17 01:44:41 +00:00
Dave Abrahams
cb1c441310 Add an implicit conversion operator to operator_arrow_proxy as CW and BCC workarounds.
[SVN r9233]
2001-02-16 23:06:57 +00:00
Dave Abrahams
00bd866aef Added a missing const. Made the tests run (somewhat) with plain MSVC again.
[SVN r9232]
2001-02-16 23:04:49 +00:00
Jens Maurer
4d2e0c7e00 add missing my_int3::operator!=
[SVN r9231]
2001-02-16 21:28:59 +00:00
Jens Maurer
58361ceec7 made filter_iterator_generator::policies_type public
[SVN r9230]
2001-02-16 21:27:26 +00:00
Beman Dawes
c53b86ee9b Integrate Iterator Adaptor library into site
[SVN r9229]
2001-02-16 18:54:13 +00:00
Jeremy Siek
1003bb908b background color and a whitespace edit
[SVN r9228]
2001-02-16 16:38:45 +00:00
John Maddock
e35b60190f regex: added explicit #error clause to reduce error messages when wide character support is not available.
[SVN r9227]
2001-02-16 12:47:30 +00:00
John Maddock
6a8d6dfd3a Fixed minor typedef typo
[SVN r9226]
2001-02-16 12:03:48 +00:00
John Maddock
86c83811cd regex configuration tweeks, and point release.
[SVN r9225]
2001-02-16 11:26:21 +00:00
Dave Abrahams
39f3fc8f0e Edits for clarity
[SVN r9224]
2001-02-16 05:51:37 +00:00
Dave Abrahams
423ffe2c48 More edits for clarity. Added const/non-const example.
[SVN r9223]
2001-02-16 05:33:21 +00:00
Dave Abrahams
d3e370ea9a Massive edits
[SVN r9222]
2001-02-16 05:30:49 +00:00
Dave Abrahams
1245ff187e Remove implication that a type generator may only generate a single type
[SVN r9221]
2001-02-16 05:24:45 +00:00
Dave Abrahams
d4dd3567e5 Checked and cleaned using HTML TIDY.
[SVN r9220]
2001-02-16 02:36:36 +00:00
Dave Abrahams
574bbcad7a Bigtime edits
[SVN r9219]
2001-02-16 00:38:28 +00:00
Jeremy Siek
d2af02cf51 added another link to the generic_programming.html#policies
[SVN r9218]
2001-02-15 16:57:12 +00:00
Jeremy Siek
aa6d7c84e3 removed strange ssh garbage
[SVN r9217]
2001-02-15 16:52:39 +00:00
Jeremy Siek
d23ff54f53 added mention of traits requirement under Type Requirements section
[SVN r9216]
2001-02-15 16:49:16 +00:00
Jeremy Siek
a79865d98b oops, meant to remove use of policies_type from filter_iterator_generator
in the last commit, but accidentally added it :(


[SVN r9215]
2001-02-15 16:43:54 +00:00
Jeremy Siek
5dd20ec9d0 removed policies_type from filter_iterator_generator
[SVN r9214]
2001-02-15 16:41:48 +00:00
Dave Abrahams
c0bb1140cc General edits for clarity; some reorganization.
[SVN r9213]
2001-02-15 16:39:55 +00:00
Jeremy Siek
403449b4e0 added two workarounds
[SVN r9212]
2001-02-15 15:57:35 +00:00
Jeremy Siek
e2a9b1bc4d added acknowledgement to Andrei for conversion
[SVN r9211]
2001-02-15 15:20:20 +00:00
Jeremy Siek
74ca1f5635 added acknowledgement to Andrei for the conversion class
[SVN r9210]
2001-02-15 15:18:38 +00:00