bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Is CommonC++ still maintained?


From: Vaclav Haisman
Subject: Is CommonC++ still maintained?
Date: Sat, 18 Jan 2003 23:09:26 +0100 (CET)

I ask because I downloaded CommonC++ sources from SourceForge CVS and they
won't even compile without a this included patchlet.
Second thing that surprised me is that now non-conforming C++ strstream
header is still used.

Vaclav Haisman


Index: include/cc++/exception.h
===================================================================
RCS file: /cvsroot/cplusplus/CommonC++/include/cc++/exception.h,v
retrieving revision 1.3
diff -u -r1.3 exception.h
--- include/cc++/exception.h    30 Jun 2002 09:19:24 -0000      1.3
+++ include/cc++/exception.h    18 Jan 2003 22:04:56 -0000
@@ -78,7 +78,7 @@
        Exception(const std::string& what_arg) throw();
        virtual ~Exception() throw();
        virtual const char *getString() const;
-       virtual const char *what() const { return _what.c_str(); };
+       virtual const char *what() const throw () { return _what.c_str();
};
 };

 /**





reply via email to

[Prev in Thread] Current Thread [Next in Thread]