Fixed an ambiguity.

[SVN r44203]
This commit is contained in:
Hartmut Kaiser
2008-04-12 03:00:17 +00:00
parent aaefead804
commit fb2ea8595a

View File

@ -213,7 +213,8 @@ class type_with_alignment_imp
}
template <std::size_t Align>
class type_with_alignment : public detail::type_with_alignment_imp<Align>
class type_with_alignment
: public ::boost::detail::type_with_alignment_imp<Align>
{
};