https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67796
--- Comment #2 from rkirchge at gmail dot com ---
Thank you for the quick reply.
Defining the swap overload in std does violate the standard, but it is the
shortest example that reproduces the behavior I am seeing.
In my code, I have defined a
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: rkirchge at gmail dot com
Target Milestone: ---
I am trying to use ADL to find a custom implementation of swap for tuples of an
reference types. I am compiling with "-std=c++14 -Wall -W