bug-commoncpp
[Top][All Lists]
Advanced

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

(no subject)


From: Fedor Bokov
Subject: (no subject)
Date: Tue, 10 Feb 2004 18:48:15 -0500

I've tried to use persistence classes from this library and encountered several bugs in String class which is used implicitly by TypeManager.
1. internal method 'copy' in String class does not copy trailing '\0'.
2. comparision operators are not marked as const and therefore cannot be used by std::less template which is used by std::map in TypeManager.
 
I attached patch which fixes these two bugs.
 
Fedor Bokov.
 

Attachment: commoncpp.masf.patch
Description: Binary data


reply via email to

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