This is the mail archive of the gcc-bugs@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]

[Bug c++/59256] qualified name in friend function declaration doesn't match previous declaration in inline namespace


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
It only affects --enable-symvers=gnu-versioned-namespace not the default
config, but it makes <regex> unusable. We can work around it if needed by
moving __regex_algo_impl out of the __detail namespace.


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