Fix ambiguous 'detail' errors under msvc-8.0.

This commit is contained in:
Peter Dimov
2015-01-16 21:54:16 +02:00
parent 157aaeaf23
commit 854f2e8d5d
2 changed files with 11 additions and 11 deletions

View File

@ -294,7 +294,7 @@ namespace boost {
} else if (op == destroy_functor_tag)
out_buffer.func_ptr = 0;
else if (op == check_functor_type_tag) {
const detail::sp_typeinfo& check_type
const boost::detail::sp_typeinfo& check_type
= *out_buffer.type.type;
if (BOOST_FUNCTION_COMPARE_TYPE_ID(check_type, BOOST_SP_TYPEID(Functor)))
out_buffer.obj_ptr = &in_buffer.func_ptr;