Re: [v3 patch] Implement C++14 N3655 TransformationTraits Redux

2013-11-06 Thread Paolo Carlini
Hi On 11/06/2013 12:01 AM, Jonathan Wakely wrote: I also changed a few tests to use static_assert instead of VERIFY so they only need to be compiled, not executed, saving a few milliseconds when running the testsuite ;-) Good idea, anyway. I may get around to do more of that + those missing tes

[v3 patch] Implement C++14 N3655 TransformationTraits Redux

2013-11-05 Thread Jonathan Wakely
Another C++14 library proposal. std::aligned_union_t is missing because we don't have std::aligned_union yet. I also changed a few tests to use static_assert instead of VERIFY so they only need to be compiled, not executed, saving a few milliseconds when running the testsuite ;-) 2013-11-05 Jon