Bugfixes and workarounds

[SVN r19121]
This commit is contained in:
Dave Abrahams
2003-07-14 23:05:57 +00:00
parent e4447b8e83
commit 52c0d22cff
3 changed files with 13 additions and 1 deletions

View File

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