Commit Graph

  • be12189340 removed use of yes_type/no_type, not needed for borland workaround Jeremy Siek 2001-03-08 20:58:51 +0000
  • 01426d35f3 fixed bug in named template parameters, params following a named template must get their values from the named template Jeremy Siek 2001-03-08 19:03:08 +0000
  • a8ae9d9941 new file Jeremy Siek 2001-03-08 16:33:40 +0000
  • 1b51ce460c More attempted fixes for Intel C++ Dave Abrahams 2001-03-04 15:08:17 +0000
  • aab735c64e Put all implementation into namespace boost::detail::iterator_traits_. Some progress made on fixes for Intel compiler. Dave Abrahams 2001-03-03 05:11:06 +0000
  • 83b8fcefc7 Changed BOOST_MSVC to BOOST_MSVC_STD_ITERATOR in a few places. Jeremy Siek 2001-03-02 23:45:03 +0000
  • 6b15777c8f Initial commit Beman Dawes 2001-03-01 15:45:41 +0000
  • 7c91125060 Boost Test Library initial commit Beman Dawes 2001-02-28 21:39:56 +0000
  • 03b1bb7a1e Updated documentation Dave Abrahams 2001-02-19 22:58:12 +0000
  • 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. Dave Abrahams 2001-02-19 22:51:32 +0000
  • 5044712ff6 type_traits: regression failure fixes from type traits changes... John Maddock 2001-02-18 11:43:01 +0000
  • 2f6f7af430 Make it work with standard conforming iterators under raw VC6. Dave Abrahams 2001-02-13 23:30:25 +0000
  • 1e0e965f07 Clean away code which can never be used Dave Abrahams 2001-02-11 19:44:54 +0000
  • 7523daa905 Use BOOST_STATIC_CONSTANT Dave Abrahams 2001-02-11 19:39:11 +0000
  • 3cb4fe87a9 Rolled unspecialized template back in Dave Abrahams 2001-02-11 16:12:13 +0000
  • dc1186e73f Rolled back ineffective Borland-specific code Dave Abrahams 2001-02-11 16:11:24 +0000
  • d0f656c4da Rolled in supposed Borland fixes from John Maddock, but not seeing any improvement yet Dave Abrahams 2001-02-10 20:14:20 +0000
  • 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 Dave Abrahams 2001-02-10 00:05:17 +0000
  • 2947fb7051 Applied John Maddock's Borland patch Moving <true> specialization to unspecialized template Dave Abrahams 2001-02-09 15:23:55 +0000
  • cd1eecd245 Add parens to appease Borland Dave Abrahams 2001-02-09 03:30:12 +0000
  • 9ac4d90d82 *** empty log message *** Dave Abrahams 2001-02-08 04:44:19 +0000
  • 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. Dave Abrahams 2001-02-07 16:43:57 +0000
  • ddccb755f4 Removed useless #includes of standard library headers Dave Abrahams 2001-02-07 04:52:58 +0000
  • 8ffb174556 Initial Checkin Dave Abrahams 2001-02-07 04:51:12 +0000
  • 8b60ca8d0a Factored if_true out into boost/detail/select_type.hpp Dave Abrahams 2001-02-07 04:49:32 +0000
  • 3cbecf5ddd fix bool logic bug introduced by Jeremy's compilation fixes Jens Maurer 2001-02-06 22:56:37 +0000
  • 82af891892 ported to KAI C++ Jeremy Siek 2001-02-06 01:21:11 +0000
  • 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<>. Dave Abrahams 2001-01-24 01:44:05 +0000
  • 37d08acea1 Initial checkin Dave Abrahams 2001-01-22 04:08:29 +0000
  • 708fd64f4e tweak a comment Dave Abrahams 2001-01-21 16:18:41 +0000
  • 5963c3d44d Initial checkin Dave Abrahams 2001-01-21 05:18:41 +0000
  • 4d24f82e6e Initial Checkin Dave Abrahams 2001-01-21 00:16:10 +0000
  • de2904c9a1 ported the graph library to borland Jeremy Siek 2000-10-17 00:16:05 +0000
  • 9b9d2241a7 removed tabs Jeremy Siek 2000-09-25 21:19:29 +0000
  • 3f5e466c7e pending stuff from Boost Graph Library Jeremy Siek 2000-09-18 08:24:47 +0000