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 |
|