Updated the comment about no alignas support in gcc 4.8.

The compiler does not support constant expressions that depend on template
parameters.
This commit is contained in:
Andrey Semashev
2021-01-26 12:49:24 +03:00
parent 3b2919a1a9
commit 6eb97fb526

View File

@ -271,7 +271,7 @@
//
#if (BOOST_GCC_VERSION < 40900) || !defined(BOOST_GCC_CXX11)
// Although alignas support is added in gcc 4.8, it does not accept
// constant expressions as an argument until gcc 4.9.
// dependent constant expressions as an argument until gcc 4.9.
# define BOOST_NO_CXX11_ALIGNAS
#endif