1
0
forked from boostorg/core
Commit Graph

8 Commits

Author SHA1 Message Date
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