2
0
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:
Andrey Semashev
2020-03-01 03:19:22 +03:00
parent 34a2bc134c
commit be98ffef76

View File

@@ -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