Archive for 26. November 2006

Re: Re: CppUnit findings and extension proposal
Hello everybody, Here is my second iteration over the CppUnit extension. There is no need for the macro CPPUNIT_FREE_DATA and also removed the need for the first argument to CPPUNIT_DATA_SET. I’m (more...)
Re: SourceComment: Removing code duplication in BinaryWriter
Dear Atul, I looked into your patch and I see two issues with using the template function. The major one is that the template function would allow one to write something like: Ping (more...)
SourceComment: Removing code duplication in BinaryWriter
Dear all BinaryWriter has a number of methods that differ only in type. writeUInt32, writeInt32, writeUInt16 etc.. One C++ idiom is to let the compiler write these versions with template member functions....           Here (more...)