http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54058
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-07-20 21:51:30 UTC --- I think G++ is correct. The injected functions can only be found by ADL and ADL only applies to function calls, not when taking the address of a function.