$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [type_traits] Rewrite and dependency free version
From: John Maddock (boost.regex_at_[hidden])
Date: 2015-01-16 04:46:42
> While looking at this, I also noticed that
> BOOST_NO_CXX11_HDR_TYPE_TRAITS is set for g++ and clang, even though
> they do have <type_traits>. The config test fails because they don't
> have is_trivially_* and aligned_union. Fair enough, but the rest of the
> traits are there and usable, so I'm not entirely sure about this.
Me neither. Basically no one's complained so I've left it set. <shrug>
I guess. Could go either way on that. John.