From 9516a779fe1fc8157c75102731752484e3ef2dd0 Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Thu, 8 Jun 2006 01:47:33 +0000 Subject: [PATCH] Disambiguated certain constructs. [SVN r34227] --- include/boost/optional/optional.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/optional/optional.hpp b/include/boost/optional/optional.hpp index 47340b5..7219be0 100644 --- a/include/boost/optional/optional.hpp +++ b/include/boost/optional/optional.hpp @@ -133,7 +133,7 @@ class optional_base : public optional_tag { private : - typedef BOOST_DEDUCED_TYPENAME detail::make_reference_content::type internal_type ; + typedef BOOST_DEDUCED_TYPENAME ::boost::detail::make_reference_content::type internal_type ; typedef aligned_storage storage_type ;