Disambiguated certain constructs.

[SVN r34227]
This commit is contained in:
Hartmut Kaiser
2006-06-08 01:47:33 +00:00
parent c7e74ce372
commit 9516a779fe

View File

@ -133,7 +133,7 @@ class optional_base : public optional_tag
{
private :
typedef BOOST_DEDUCED_TYPENAME detail::make_reference_content<T>::type internal_type ;
typedef BOOST_DEDUCED_TYPENAME ::boost::detail::make_reference_content<T>::type internal_type ;
typedef aligned_storage<internal_type> storage_type ;