forked from boostorg/core
type_traits: regression failure fixes from type traits changes...
[SVN r9249]
This commit is contained in:
committed by
Peter Dimov
parent
a9ac96bfd7
commit
44cfd8169e
@@ -70,6 +70,9 @@ using std::iterator_traits;
|
|||||||
using std::distance;
|
using std::distance;
|
||||||
# else
|
# else
|
||||||
|
|
||||||
|
typedef char yes_result;
|
||||||
|
typedef double no_result;
|
||||||
|
|
||||||
// Workarounds for less-capable implementations
|
// Workarounds for less-capable implementations
|
||||||
template <bool is_ptr> struct iterator_traits_select;
|
template <bool is_ptr> struct iterator_traits_select;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user