forked from boostorg/type_traits
Fixed an ambiguity.
[SVN r44203]
This commit is contained in:
@ -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>
|
||||
{
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user