[patch] libstdc++/70294 Define std::thread::id comparison operators at namespace-scope

Jonathan Wakely jwakely@redhat.com
Mon Apr 18 16:16:00 GMT 2016


The operator< and operator== for std::thread::id are not visible at
namespace scope, so can only be found by ADL. This fixes it.

Tested x86_64-linux, committed to trunk.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 3555 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20160418/da6d344d/attachment.bin>


More information about the Gcc-patches mailing list