mirror of
https://github.com/boostorg/detail.git
synced 2025-07-29 20:07:15 +02:00
type_traits: regression failure fixes from type traits changes...
[SVN r9249]
This commit is contained in:
@ -70,6 +70,9 @@ using std::iterator_traits;
|
||||
using std::distance;
|
||||
# else
|
||||
|
||||
typedef char yes_result;
|
||||
typedef double no_result;
|
||||
|
||||
// Workarounds for less-capable implementations
|
||||
template <bool is_ptr> struct iterator_traits_select;
|
||||
|
||||
|
Reference in New Issue
Block a user