mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-02 22:14:29 +02:00
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