This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ PATCH for new namespace association syntax and c++/33486


Jason Merrill wrote:

This patch also fixes c++/33486, a problem where we have two parallel inline namespaces and need arg-dependent lookup to find a declaration in one of them when given a type in the other. Simply making the association two-way for argument-dependent lookup fixes the problem.

This patch needs documentation for the new language extension, and probably a NEWS entry.


Also, do you want to deprecate "strong using"?

Thanks,

--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]