mirror of
https://github.com/boostorg/atomic.git
synced 2026-02-02 08:22:08 +00:00
Removed unnecessary typename to fix MSVC build.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user