On Mon, Oct 22, 2012 at 4:29 AM, Dimitry Andric <d...@freebsd.org> wrote:

...

> I don't think so, as these member functions are supposed to be always
> inlined.  E.g. basic_ios::clear() should always be expanded inline to
> ios_base::clear(), which is a normal (out of line) function.
>
> However, the visibility stuff is always terribly confusing, so you might
> have a found a real issue.  Note that in libc++ trunk, the attributes of
> these member functions have not changed.
>
> In any case, I cannot reproduce the link error on my system.

Dmitry: Optimization level might be the salient point.
Jan: What are your full CFLAGS/CXXFLAGS?

Thanks!
-Garrett
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to