[C++ PATCH] combine move assign/ctor check

Nathan Sidwell nathan@acm.org
Mon Jul 17 16:01:00 GMT 2017


We currently have separate 'has-move-assign' and 'has-move-ctor' 
functions.  but they are always called together.  so lets just have a 
single 'has-move-assign-or-move-ctor' function.

Applied to trunk.

nathan
-- 
Nathan Sidwell
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mv-ac.diff
Type: text/x-patch
Size: 5227 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20170717/0fd3bb9e/attachment.bin>


More information about the Gcc-patches mailing list