This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: [PATCH, PR56193] - Wrong test operator for basic_ios in C++11


On 10 February 2013 19:11, Václav Zeman wrote:
> I believe that this patch is breaking my log4cplus builds with GCC 4.8.
> Is this patch not missing linker exports file change that would actually
> export the newly added operator bool()?

No, because the function is not instantiated in the library, it's
inline, so there's nothing to export.


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