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
Jeremy Siek
a0e8d1bf36
a C++ standard version of LessThanComparable
...
[SVN r8435]
2000-12-09 22:39:50 +00:00
Jeremy Siek
912dedaca7
added #include boost/config.hpp at top to remove truncation warning on VC++
...
[SVN r8434]
2000-12-09 20:28:48 +00:00
Beman Dawes
7dd90c3919
CVS says it needs a commit; who knows why?
...
[SVN r8405]
2000-12-08 17:35:43 +00:00
Jeremy Siek
7c3a25a377
various changes, almost forgot to check in
...
[SVN r8379]
2000-12-03 06:20:23 +00:00
Jeremy Siek
c8fbca2d44
added docs for projection iterator
...
[SVN r8322]
2000-11-24 21:31:43 +00:00
Jeremy Siek
f7ed0aaeed
added std:: to unary_function
...
[SVN r8321]
2000-11-24 20:48:02 +00:00
Jeremy Siek
6e78270140
added projection iterator to the test
...
[SVN r8320]
2000-11-24 20:45:26 +00:00
Jeremy Siek
ba354377d5
updated docs for indirect iterators
...
[SVN r8319]
2000-11-24 20:22:23 +00:00
Jeremy Siek
353c030918
simplified version of iterator_adaptor, plus fix to indirect iterator
...
and addition of projection iterator
[SVN r8317]
2000-11-24 19:40:51 +00:00
John Maddock
331a2b8282
Fixed regex memory leak, and type_traits bad test case
...
[SVN r8273]
2000-11-21 12:39:09 +00:00
Jeremy Siek
4bd6909ea1
*** empty log message ***
...
[SVN r8158]
2000-11-07 23:05:04 +00:00
John Maddock
26119613e1
BeOS5 (intel) fixes
...
[SVN r8133]
2000-11-04 11:16:12 +00:00
Beman Dawes
45bfe0b607
HTML change for 1.18.2 reflecting separation of old utility library
...
[SVN r8118]
2000-11-03 19:22:26 +00:00
Jeremy Siek
ce2f573ab2
new file, based on the C++ standard, not SGI STL's definition of Assignable
...
[SVN r8062]
2000-10-29 21:35:59 +00:00
John Maddock
66d5cc43f3
added BeOS5 support to test script (not finished yet though...)
...
[SVN r8037]
2000-10-28 10:54:12 +00:00
Dave Abrahams
e8265e09a3
Add trivial numeric_cast tests for floating types.
...
[SVN r8007]
2000-10-19 19:12:53 +00:00
Beman Dawes
860cf0b321
Fix broken HTML links
...
[SVN r7951]
2000-10-15 17:08:00 +00:00
John Maddock
89c74708d7
misc minor fixes
...
[SVN r7938]
2000-10-14 12:03:10 +00:00
Beman Dawes
74c8680350
Add missing "typename" that Metrowerks compiler is picky about
...
[SVN r7929]
2000-10-12 21:01:49 +00:00
John Maddock
3cd9f5b623
MWCW fix: added std:: qualifier to memset
...
[SVN r7923]
2000-10-10 11:40:19 +00:00
John Maddock
0936110741
minor typo fixes
...
[SVN r7922]
2000-10-10 10:40:58 +00:00
John Maddock
6161ce15c7
more VC6 type-traits and compressed pair fixes
...
[SVN r7921]
2000-10-07 10:53:47 +00:00
John Maddock
28594a22f1
More VC6 fixes for is_pointer/is_array/is_same
...
[SVN r7896]
2000-10-03 11:53:39 +00:00
John Maddock
656517b059
More VC6 fixes for compressed_pair and type_traits.
...
[SVN r7895]
2000-10-03 11:47:24 +00:00
Dave Abrahams
ad576863b4
fix typo: compressed_pait->compressed_pair
...
[SVN r7894]
2000-10-03 08:06:19 +00:00