This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin 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: setup & gcc3 WORKING :-) (Revised patches - please review)


Max,

On Wed, Oct 30, 2002 at 11:56:50PM -0000, Max Bowsher wrote:
> Please comment on these patches, and then I will make any changes
> people suggest, write up a ChangeLog, and request they be committed.
> 
> fix-gcc3-main.patch - Addition of std:: prefixes, using std::type
> directives, tightening up of a throw() specification, adding NOMINMAX
> as mentioned above.
> 
> fix-gcc3-libgetopt++.patch - Addition of std:: prefixes in the
> libgetopt++ directory.

A judicious use of "using namespace std;" would make the above two
patches much smaller.  Which in turn, will make it easier to review the
rest of your changes.

Jason


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