This is the mail archive of the gcc-patches@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]

Re: [PING^2] Re: [PING/tiny respin] Re: [PATCH, 0...4/4] Enable libstdc++ as a DLL on windows platforms.


2009/8/9 Dave Korn:
>
> ?Ping; part of this patch is still awaiting review by a v3 maintainer, and the
> clock is starting to tick on stage 1, so I've remembered to Cc the v3 list this
> time.

I can't approve or reject, but have some questions.  As a v3
developer, how do I avoid breaking cygwin in future, without having to
learn how DLLs work?  e.g. I would have guessed the manipulators
ends/endl in include/bits/ostream.tcc would also be marked with
_GLIBCXX_IMPORT, but they're not. If I add new code,  can I ignore
_GLIBCXX_IMPORT and rely on a cygwin maintainer to fix any breakage?

Looks like you've made some lines >80 characters, that goes against
the C++STYLE standard.

Jonathan


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