From 6eb97fb526b606681e73ccb887b52f30c6f60de5 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 26 Jan 2021 12:49:24 +0300 Subject: [PATCH] Updated the comment about no alignas support in gcc 4.8. The compiler does not support constant expressions that depend on template parameters. --- include/boost/config/compiler/gcc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/gcc.hpp b/include/boost/config/compiler/gcc.hpp index da1a4322..eb8843e9 100644 --- a/include/boost/config/compiler/gcc.hpp +++ b/include/boost/config/compiler/gcc.hpp @@ -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