From ba7e1ed2017277f4f655bfb53f79b311eec03e57 Mon Sep 17 00:00:00 2001 From: Paul Groke Date: Tue, 28 Feb 2017 10:32:45 +0100 Subject: [PATCH] don't define BOOST_ALIGNMENT - explicit alignment support is broken (V2R1) --- include/boost/config/compiler/xlcpp_zos.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/xlcpp_zos.hpp b/include/boost/config/compiler/xlcpp_zos.hpp index 016a3dbe..7f6d2ad0 100644 --- a/include/boost/config/compiler/xlcpp_zos.hpp +++ b/include/boost/config/compiler/xlcpp_zos.hpp @@ -156,7 +156,7 @@ #if defined(__IBM_ATTRIBUTES) # define BOOST_FORCEINLINE inline __attribute__ ((__always_inline__)) # define BOOST_NOINLINE __attribute__ ((__noinline__)) -# define BOOST_ALIGNMENT(x) __attribute__ ((__aligned__(x))) +// No BOOST_ALIGNMENT - explicit alignment support is broken (V2R1). #endif extern "builtin" long __builtin_expect(long, long);