https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105397
Nathaniel Shead changed:
What|Removed |Added
CC||nshead at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105397
--- Comment #3 from Iain Sandoe ---
the import places attributes at the end.
so
import module Foo [[]];
it would seem to be symmetrical to have:
export import Foo [[...]];
export module Foo [[...]];
but, ts present, (if I read it correc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105397
--- Comment #2 from Ben Boeckel ---
> Perhaps the best option is to default the visibility of the implicit
> functions to the widest visibility of any function or object in module
> purview exposed by the TU.
What to do about `extern "C"` API