$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [TypeTraits] Patch: improving detectability of clang'sintrinsics
From: John Maddock (boost.regex_at_[hidden])
Date: 2012-03-01 06:28:06
> Attached a patch to improve detectability of
> `__is_pod` and `__is_empty` intrinsics in clang.
> This is done by newly introduced `__has_feature(__is_pod__)` and
> `__has_feature(__is_empty__)` macros. (Clang trunk now accepts
> feature names with preceding and following double underscores.)
Applied to Trunk, thanks, John.