Zahroof Mohamed wrote:
> Finally figured out a fix. If I
> renamed the row.cc to row2.h and then include row2.h where it was
> needed - mysql++.h and connection.cc , everything works fine again.
I don't see why that would be the case, unless you're doing something
silly like not compiling row.cc and linking it into the library.
> Please could you implement this in a release version?
No, because your proposed change breaks other code. The stuff in row.cc
was moved there from the header for a reason.