Re: [v3 patch] Implement N4502 Standard Library Support for the C++ Detection Idiom

2015-07-01 Thread Jonathan Wakely
On 01/07/15 13:25 +0100, Jonathan Wakely wrote: On 01/07/15 13:23 +0100, Jonathan Wakely wrote: This adds the "detection idiom" API from N4502 http://open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4502.pdf I've added the low-level parts to , with public aliases in , so that I can use them elsew

Re: [v3 patch] Implement N4502 Standard Library Support for the C++ Detection Idiom

2015-07-01 Thread Jonathan Wakely
On 01/07/15 13:23 +0100, Jonathan Wakely wrote: This adds the "detection idiom" API from N4502 http://open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4502.pdf I've added the low-level parts to , with public aliases in , so that I can use them elsewhere in the library. For example this uses the

[v3 patch] Implement N4502 Standard Library Support for the C++ Detection Idiom

2015-07-01 Thread Jonathan Wakely
This adds the "detection idiom" API from N4502 http://open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4502.pdf I've added the low-level parts to , with public aliases in , so that I can use them elsewhere in the library. Tested powerpc64le-linux, committed to trunk. commit 280016fc93e2c62e1c07f25