[v3] plus<void>
Jonathan Wakely
jwakely.gcc@gmail.com
Tue Sep 24 23:34:00 GMT 2013
On 24 September 2013 23:37, Marc Glisse wrote:
> Hello,
>
> this was only minimally tested since trunk is broken at the moment. There
> don't seem to be specific tests for the existing functors, so a couple tests
> for the new specializations seem good enough.
>
I've had this sitting in my tree waiting to do something with, I'm
about to go to sleep so didn't check if the test covers anything yours
doesn't.
It looks like your patch adds the default template argument even in
C++98 mode, I avoided that by putting forward declarations at the top
of the file, in a #if block.
I used an incomplete __is_transparent type, but void works just as well.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: n3421-greater.patch
Type: application/octet-stream
Size: 14381 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20130924/85048bd7/attachment.obj>
More information about the Libstdc++
mailing list