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++/67991] Pointer to function with internal linkage not being allowed, when it should be


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991

--- Comment #4 from Jacob McIntosh <nacitar at ubercpp dot com> ---
It looks like this is supposed to be a c++1y/1z feature (post c++-14 anyway)...
and it looks like it's not implemented yet in gcc.  Same errors for me with
-std=c++1y and also with -std=c++1z


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