Disambiguated certain constructs.

[SVN r34226]
This commit is contained in:
Hartmut Kaiser
2006-06-08 01:39:40 +00:00
parent 03248b5fd8
commit 0961a6598a

View File

@ -133,7 +133,7 @@ class optional_base : public optional_tag
{ {
private : 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 ; typedef aligned_storage<internal_type> storage_type ;