diff --git a/include/boost/atomic/detail/atomic_flag.hpp b/include/boost/atomic/detail/atomic_flag.hpp index b09b591..abc8161 100644 --- a/include/boost/atomic/detail/atomic_flag.hpp +++ b/include/boost/atomic/detail/atomic_flag.hpp @@ -52,7 +52,7 @@ struct atomic_flag union { storage_type m_storage; - typename boost::type_with_alignment< operations::storage_alignment >::type m_aligner; + boost::type_with_alignment< operations::storage_alignment >::type m_aligner; }; #endif