forked from boostorg/iterator
Bugfixes and workarounds
[SVN r19121]
This commit is contained in:
@ -39,6 +39,10 @@ namespace boost { namespace detail
|
||||
template<> struct iterator_traits<std::pair<int, int> const*>
|
||||
: ptr_iter_traits<std::pair<int, int>, std::pair<int, int> const> {};
|
||||
|
||||
template<> struct function_object_result<int (*)(int)>
|
||||
{
|
||||
typedef int type;
|
||||
};
|
||||
}}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user