Subject: [Boost-bugs] [Boost C++ Libraries] #11831: clang-cl fails in type_with_alignment.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-12-06 09:55:13
#11831: clang-cl fails in type_with_alignment.hpp
-----------------------------------------+-------------------------
Reporter: Yaron Keren <yaron.keren@â¦> | Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: type_traits
Version: Boost 1.59.0 | Severity: Problem
Keywords: |
-----------------------------------------+-------------------------
Need to add
{{{
defined(__clang__)
}}}
to line 179
{{{
#if defined(__GNUC__) || (defined (__SUNPRO_CC) && (__SUNPRO_CC >=
0x5130)) || defined(__clang__)
namespace tt_align_ns {
struct __attribute__((__aligned__(2))) a2 {};
struct __attribute__((__aligned__(4))) a4 {};
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11831> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:19 UTC