$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [TypeTraits] A patch for clang's intrinsics (was: [type_traits] is_enum on scoped enums doesn't works as expected)
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-09-01 12:58:37
> Update:
> `__is_pod` and `__is_empty` can be safely used with libc++.
>
> A patch attached (against trunk). All the tests run fine.
OK I'm curious - why would a compiler intrinsic work when used with one std
lib, not not when used with another?
John.