type_traits: regression failure fixes from type traits changes...

[SVN r9249]
This commit is contained in:
John Maddock
2001-02-18 11:43:01 +00:00
parent 2f6f7af430
commit 5044712ff6

View File

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