Jeremy Siek
46f7a75eb7
fixed bug in policy object constructor
...
[SVN r9101]
2001-02-11 02:40:02 +00:00
Jeremy Siek
94b6710c5b
fixed bug in policy object construction
...
[SVN r9100]
2001-02-11 02:39:35 +00:00
Jeremy Siek
d8dd3da9ab
small edit
...
[SVN r9099]
2001-02-11 02:38:08 +00:00
Jeremy Siek
803ced004a
finished 1st draft
...
[SVN r9098]
2001-02-11 02:35:09 +00:00
Dave Abrahams
0ea7d36ad0
A fix for EDG
...
[SVN r9096]
2001-02-10 23:16:05 +00:00
Jeremy Siek
87aafab759
new file
...
[SVN r9094]
2001-02-10 22:33:43 +00:00
Dave Abrahams
994d310abd
Use new filter_ interface.
...
[SVN r9090]
2001-02-10 20:11:42 +00:00
Beman Dawes
228cdcf05e
All final 1.20.2 changes, including fixing broken hyperlinks
...
[SVN r9071]
2001-02-10 14:42:14 +00:00
Dave Abrahams
42598e352c
Use new reverse_ and indirect_ interfaces. Replace BOOST_NO_STD_ITERATOR_TRAITS
...
with BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION to prove we've normalized to core
compiler capabilities
[SVN r9067]
2001-02-10 00:38:08 +00:00
Jeremy Siek
36a9e4d1da
fixed usage of indirect_iterator_pair_generator
...
[SVN r9053]
2001-02-09 05:45:10 +00:00
Jeremy Siek
456dfd0dea
adjusted to changes in iterator_adaptors.hpp, added more
...
tests of make_xxx
[SVN r9051]
2001-02-09 05:26:48 +00:00
Jeremy Siek
155457e2b5
more work on default args and explicit templat args
...
[SVN r9049]
2001-02-09 04:40:42 +00:00
Dave Abrahams
b5c91485bf
Use Jeremy's new make_reverse_iterator form; add more comprehensive
...
testing. Force-decay array function arguments to pointers.
[SVN r9047]
2001-02-09 03:32:59 +00:00
Dave Abrahams
c959cf7870
bug fixes
...
[SVN r9031]
2001-02-08 04:46:41 +00:00
Jeremy Siek
5878c88636
added indirect_iterator_pair_generator back in
...
[SVN r9026]
2001-02-08 03:35:03 +00:00
Jeremy Siek
ddcef2fb19
Added tests for the make_xxx_iterator() helper functions
...
[SVN r9025]
2001-02-08 03:08:09 +00:00
Dave Abrahams
493d124c07
rename counting_iterator() -> make_counting_iterator()
...
[SVN r9015]
2001-02-07 22:27:02 +00:00
Jens Maurer
f42060c616
add missing "typename"
...
[SVN r9005]
2001-02-07 17:51:55 +00:00
Dave Abrahams
834facc932
trivial flotsam cleanup
...
[SVN r9004]
2001-02-07 17:23:52 +00:00
Dave Abrahams
f82d0b76ee
More comprehensive testing; factored out static tests for better reuse
...
[SVN r9001]
2001-02-07 16:38:41 +00:00
Jeremy Siek
c25d225275
Replaced use of xxx_pair_generator with xxx_generator where
...
possible (which was all but the projection iterator).
[SVN r8996]
2001-02-07 06:36:12 +00:00
Dave Abrahams
c503a274b5
Removed now-defaulted template arguments where possible
...
Updated names to correspond to new generator naming convention.
Added a trivial test for make_transform_iterator().
Gave traits for const iterators a mutable value_type, per std.
Resurrected my original tests for indirect iterators.
[SVN r8995]
2001-02-07 05:37:08 +00:00
Jeremy Siek
087069d215
added concept check for the default iterator policy
...
[SVN r8990]
2001-02-07 02:44:18 +00:00
Jeremy Siek
826a6dd114
changed test for transform iterator to use input_iterator instead of
...
random access iterator
[SVN r8937]
2001-02-04 23:46:31 +00:00
Dave Abrahams
f31483838d
Fix for compilers without standard iterator_traits
...
[SVN r8929]
2001-02-04 20:11:30 +00:00
Dave Abrahams
d8a9b633d9
Fix for newly-corrected bidirectional_iterator_test requirements.
...
[SVN r8926]
2001-02-04 19:09:46 +00:00
Dave Abrahams
c060e4466a
Added use of iterator_tests.hpp
...
[SVN r8923]
2001-02-04 18:26:43 +00:00
Jeremy Siek
a9951376f4
removed UDT -> int is_convertible test because the noncopyable -> int
...
test already brings out the g++ warning
[SVN r8834]
2001-01-31 19:08:27 +00:00
Jeremy Siek
bda0c8f5e3
added some more tests and fixed signature of main() so this will link
...
with MSVC
[SVN r8833]
2001-01-31 18:54:29 +00:00
Jeremy Siek
71902f23a2
Added test case for is_convertible with UDT that brings out the
...
warning message bug with g++.
[SVN r8821]
2001-01-31 02:12:08 +00:00
Dave Abrahams
dfd6c85569
Inital checkin
...
[SVN r8813]
2001-01-30 16:00:37 +00:00
Dave Abrahams
0e41b2cc1a
Removed not_an_iterator detritus
...
[SVN r8808]
2001-01-29 02:14:44 +00:00
Jeremy Siek
e5c81d0702
fixed very strange VC++ bug that was showing up in graph/test/graph.cpp
...
Something about the code gen for compressed_pair_1::operator=
was going wrong. Writing it explicitly, and playing with some ordering
fixed the problem, don't ask my why.
[SVN r8765]
2001-01-25 04:45:52 +00:00
Dave Abrahams
6caf7d4d5a
Initial checkin
...
[SVN r8757]
2001-01-24 18:36:52 +00:00
Dave Abrahams
98e87c8afb
Added test for wchar_t
...
[SVN r8748]
2001-01-24 01:48:01 +00:00
Dave Abrahams
d9e0f80d50
Now statically selecting a test for signed numbers to avoid warnings with fancy
...
compilers. Added commentary and additional dumping of traits data for tested
types.
[SVN r8746]
2001-01-24 01:40:22 +00:00
Jeremy Siek
6396fdb5ff
added filter iterator test
...
[SVN r8736]
2001-01-23 19:10:03 +00:00
Jens Maurer
2470b53373
minor fix: move "static" storage specifier to the front of a declaration
...
[SVN r8714]
2001-01-22 21:11:35 +00:00
Jeremy Siek
16334e92ca
added KAI C++ type for std::list::difference_type
...
[SVN r8709]
2001-01-22 16:52:36 +00:00
Dave Abrahams
c22d98a8ec
Quick fix to my_iterator, which wasn't returning a reference type from operator*
...
[SVN r8705]
2001-01-22 05:03:48 +00:00
Dave Abrahams
28617afbb9
Initial checkin
...
[SVN r8702]
2001-01-22 04:08:29 +00:00
Jeremy Siek
0c3bc42bec
new files
...
[SVN r8685]
2001-01-21 20:12:32 +00:00
Dave Abrahams
e3d9745df1
Initial Checkin
...
[SVN r8676]
2001-01-21 06:02:08 +00:00
Dave Abrahams
b8471c1015
Suppress an expected warning for MSVC
...
Added a test to prove that we can use void with is_same<>
Removed "press any key to exit" as it interferes with testing in large
batches.
[SVN r8673]
2001-01-21 05:56:57 +00:00
Dave Abrahams
045b09c9ef
A first attempt at clarifying the documentation
...
[SVN r8672]
2001-01-21 05:48:55 +00:00
Dave Abrahams
4ac07b97d3
Fixed what seemed like glaring bugs (illegal access to private members, missing template parameters).
...
[SVN r8658]
2001-01-20 21:59:55 +00:00
Jens Maurer
34c847c17f
moved global variables in front of reference in test_align
...
[SVN r8648]
2001-01-19 19:27:09 +00:00
John Maddock
f694e557e1
compressed pair fixes for VC6
...
[SVN r8543]
2001-01-10 12:21:30 +00:00
Beman Dawes
6a0c3e92a0
Initial commit after public review (note change in library name per review)
...
[SVN r8516]
2001-01-06 16:47:36 +00:00
John Maddock
cba48df8e3
VC6 fixes for compressed_pair
...
[SVN r8485]
2000-12-21 12:27:22 +00:00