Commit Graph

382 Commits

Author SHA1 Message Date
Dave Abrahams
1b51ce460c More attempted fixes for Intel C++
[SVN r9406]
2001-03-04 15:08:17 +00:00
Dave Abrahams
aab735c64e Put all implementation into namespace boost::detail::iterator_traits_. Some
progress made on fixes for Intel compiler.


[SVN r9389]
2001-03-03 05:11:06 +00:00
Jeremy Siek
83b8fcefc7 Changed BOOST_MSVC to BOOST_MSVC_STD_ITERATOR in a few places.
[SVN r9383]
2001-03-02 23:45:03 +00:00
Beman Dawes
6b15777c8f Initial commit
[SVN r9370]
2001-03-01 15:45:41 +00:00
Beman Dawes
7c91125060 Boost Test Library initial commit
[SVN r9364]
2001-02-28 21:39:56 +00:00
Dave Abrahams
03b1bb7a1e Updated documentation
[SVN r9283]
2001-02-19 22:58:12 +00:00
Dave Abrahams
58bff4af87 Improved workarounds for stock MSVC6; use yes_type and no_type from type_traits.hpp; stopped trying to remove_cv before detecting is_pointer, in honor of the new type_traits semantics.
[SVN r9282]
2001-02-19 22:51:32 +00:00
John Maddock
5044712ff6 type_traits: regression failure fixes from type traits changes...
[SVN r9249]
2001-02-18 11:43:01 +00:00
Dave Abrahams
2f6f7af430 Make it work with standard conforming iterators under raw VC6.
[SVN r9197]
2001-02-13 23:30:25 +00:00
Dave Abrahams
1e0e965f07 Clean away code which can never be used
[SVN r9134]
2001-02-11 19:44:54 +00:00
Dave Abrahams
7523daa905 Use BOOST_STATIC_CONSTANT
[SVN r9133]
2001-02-11 19:39:11 +00:00
Dave Abrahams
3cb4fe87a9 Rolled unspecialized template back in
[SVN r9116]
2001-02-11 16:12:13 +00:00
Dave Abrahams
dc1186e73f Rolled back ineffective Borland-specific code
[SVN r9115]
2001-02-11 16:11:24 +00:00
Dave Abrahams
d0f656c4da Rolled in supposed Borland fixes from John Maddock, but not seeing any
improvement yet


[SVN r9091]
2001-02-10 20:14:20 +00:00
Dave Abrahams
08a2ab3fe6 Always have a definition for each traits member, even if it can't be properly
deduced. These will be incomplete types in some cases (undefined<void>), but it
helps suppress MSVC errors elsewhere


[SVN r9064]
2001-02-10 00:05:17 +00:00
Dave Abrahams
2947fb7051 Applied John Maddock's Borland patch Moving <true> specialization to unspecialized template
[SVN r9058]
2001-02-09 15:23:55 +00:00
Dave Abrahams
cd1eecd245 Add parens to appease Borland
[SVN r9043]
2001-02-09 03:30:12 +00:00
Dave Abrahams
9ac4d90d82 *** empty log message ***
[SVN r9029]
2001-02-08 04:44:19 +00:00
Dave Abrahams
a7ae27dc5b Added support for more of the traits members where possible, making this useful
as a replacement for std::iterator_traits<T> when used as a default template
parameter.


[SVN r9002]
2001-02-07 16:43:57 +00:00
Dave Abrahams
ddccb755f4 Removed useless #includes of standard library headers
[SVN r8993]
2001-02-07 04:52:58 +00:00
Dave Abrahams
8ffb174556 Initial Checkin
[SVN r8992]
2001-02-07 04:51:12 +00:00
Dave Abrahams
8b60ca8d0a Factored if_true out into boost/detail/select_type.hpp
[SVN r8991]
2001-02-07 04:49:32 +00:00
Jens Maurer
3cbecf5ddd fix bool logic bug introduced by Jeremy's compilation fixes
[SVN r8988]
2001-02-06 22:56:37 +00:00
Jeremy Siek
82af891892 ported to KAI C++
[SVN r8955]
2001-02-06 01:21:11 +00:00
Dave Abrahams
4bfd4da650 Fixed logic of difference_type selection, which was completely wack. In the
process, added digit_traits<> to compute the number of digits in intmax_t even
when not supplied by numeric_limits<>.


[SVN r8747]
2001-01-24 01:44:05 +00:00
Dave Abrahams
37d08acea1 Initial checkin
[SVN r8702]
2001-01-22 04:08:29 +00:00
Dave Abrahams
708fd64f4e tweak a comment
[SVN r8680]
2001-01-21 16:18:41 +00:00
Dave Abrahams
5963c3d44d Initial checkin
[SVN r8664]
2001-01-21 05:18:41 +00:00
Dave Abrahams
4d24f82e6e Initial Checkin
[SVN r8661]
2001-01-21 00:16:10 +00:00
Jeremy Siek
de2904c9a1 ported the graph library to borland
[SVN r7965]
2000-10-17 00:16:05 +00:00
Jeremy Siek
9b9d2241a7 removed tabs
[SVN r7835]
2000-09-25 21:19:29 +00:00
Jeremy Siek
3f5e466c7e pending stuff from Boost Graph Library
[SVN r7704]
2000-09-18 08:24:47 +00:00