1
0
forked from boostorg/core
Commit Graph

18 Commits

Author SHA1 Message Date
Dave Abrahams
031625027e Works with MSVC and Intel5 now. Thanks, Aleksey!!
[SVN r16165]
2014-06-06 02:40:43 +03:00
Dave Abrahams
5abb2a78dc Cleanups on boost::iterator_traits<> Broke MSVC though :(
[SVN r16157]
2014-06-06 02:40:43 +03:00
Dave Abrahams
90df347b23 Workaround BOOST_MSVC_STD_ITERATOR misconfiguration; add MSVC6 specificity
[SVN r14047]
2014-06-06 02:40:42 +03:00
Dave Abrahams
8a2d97e686 Cleared out bogus flotsam
[SVN r12350]
2014-06-06 02:40:42 +03:00
Jens Maurer
6d43d2e762 fix duplicate typedef
[SVN r10597]
2014-06-06 02:40:41 +03:00
Dave Abrahams
b516c62f1e More attempted fixes for Intel C++
[SVN r9406]
2014-06-06 02:40:41 +03:00
Dave Abrahams
d9767cc6c6 Put all implementation into namespace boost::detail::iterator_traits_. Some progress made on fixes for Intel compiler.
[SVN r9389]
2014-06-06 02:40:40 +03:00
Jeremy Siek
888c0d47ff Changed BOOST_MSVC to BOOST_MSVC_STD_ITERATOR in a few places.
[SVN r9383]
2014-06-06 02:40:40 +03:00
Dave Abrahams
4a34ab8b4d Updated documentation
[SVN r9283]
2014-06-06 02:40:39 +03:00
Dave Abrahams
7f45ee1e71 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]
2014-06-06 02:40:39 +03:00
John Maddock
44cfd8169e type_traits: regression failure fixes from type traits changes...
[SVN r9249]
2014-06-06 02:40:37 +03:00
Dave Abrahams
a9ac96bfd7 Make it work with standard conforming iterators under raw VC6.
[SVN r9197]
2014-06-06 02:40:37 +03:00
Dave Abrahams
6d431c2f59 Clean away code which can never be used
[SVN r9134]
2014-06-06 02:40:36 +03:00
Dave Abrahams
61cc24992c 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]
2014-06-06 02:40:36 +03:00
Dave Abrahams
61cf75c446 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]
2014-06-06 02:40:35 +03:00
Dave Abrahams
c95e13e602 Removed useless #includes of standard library headers
[SVN r8993]
2014-06-06 02:40:35 +03:00
Dave Abrahams
9f0afd5ab4 tweak a comment
[SVN r8680]
2014-06-06 02:40:34 +03:00
Dave Abrahams
df5aaeaa66 Initial checkin
[SVN r8664]
2014-06-06 02:40:33 +03:00