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: Integrating Ralf's rebase into setup.exe


On Wed, 2003-01-01 at 02:17, Charles Wilson wrote:
> I needed to make the following changes before this would compile. 
> Mostly namespace errors, but also a typo and main() void vs. int.
> 
> I figured the library files should explicitly call std::cout & friends, 
> but the executables could go ahead and say 'using namespace std;'.
> 
> Oh, a few other niggles: why does Makefile have DOS line-endings, but 
> all the other files have UNIX line-endings?  README needs a brief note 
> about this 0.6 version.  And shouldn't there be a ChangeLog?

And heres a show stopper. The library should not use cout at all. It
should throw an exception, and let the user interface handle it.

Rob
-- 
---
GPG key available at: http://users.bigpond.net.au/robertc/keys.txt.
---

Attachment: signature.asc
Description: This is a digitally signed message part


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