On 1 October 2014 20:20, Jason Merrill wrote:
> Here are two more patches: the first fixes trivial_fn_p for a defaulted
> default constructor overloaded with a template default constructor, and the
> second fixes the variadic case above.
Excellent, thank you very much. Paolo, feel free to close
On 09/30/2014 06:48 PM, Ville Voutilainen wrote:
Ville asked for help with the necessary compiler intrinsics for the is_trivially_*
>>C++11 library traits. The first patch cleans up a few oddities I noticed with
the
Great. I think this can be as well marked as PR c++/26099.
There's also PR c
On 1 October 2014 11:11, Paolo Carlini wrote:
> Hi again,
>
> On 10/01/2014 12:48 AM, Ville Voutilainen wrote:
>>
>> The intrinsics still fail to support certain variadic cases, such as
>> template void bar() {
>> static_assert(__is_trivially_constructible(T, Args...), ""); }
>
> ... depending on
Hi again,
On 10/01/2014 12:48 AM, Ville Voutilainen wrote:
The intrinsics still fail to support certain variadic cases, such as
template void bar() {
static_assert(__is_trivially_constructible(T, Args...), ""); }
... depending on your arrangements with Jason you may or may not want to
open a
Hi,
On 10/01/2014 12:48 AM, Ville Voutilainen wrote:
Ville asked for help with the necessary compiler intrinsics for the is_trivially_*
>>C++11 library traits. The first patch cleans up a few oddities I noticed with
the
Great. I think this can be as well marked as PR c++/26099.
There's also
On 09/30/2014 06:48 PM, Ville Voutilainen wrote:
The intrinsics still fail to support certain variadic cases, such as
template void bar() {
static_assert(__is_trivially_constructible(T, Args...), "");
}
Oops.
Jason
>>Ville asked for help with the necessary compiler intrinsics for the
>>is_trivially_* >>C++11 library traits. The first patch cleans up a few
>>oddities I noticed with the
>Great. I think this can be as well marked as PR c++/26099.
There's also PR c++/63362.
The intrinsics still fail to suppor
Hi,
On 09/30/2014 07:13 PM, Jason Merrill wrote:
Ville asked for help with the necessary compiler intrinsics for the
is_trivially_* C++11 library traits.
The first patch cleans up a few oddities I noticed with the existing
intrinsics. __is_convertible_to was never implemented and isn't
need
Ville asked for help with the necessary compiler intrinsics for the
is_trivially_* C++11 library traits.
The first patch cleans up a few oddities I noticed with the existing
intrinsics. __is_convertible_to was never implemented and isn't needed.
There's no need for a second grokdeclarator in