This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] c++0x <system_error> CD updates
> Can't we export the statics from the .so, as usual in such cases?
Turns out there's a DR related to this (LWG, DR 890). The suggested
solution is to get rid of the get_* functions and leave the storage
specifier impl. defined. Its still "Open" but have a strong feeling
that it will be resolved somehow, if not with the current suggested
solution.
Going to give it a whirl.
Chris