I am using the mysql++ , along with another library (matlib)
I am getting quite many errors of the type:
/usr/include/g++-2/stl_function.h:55: previous non-function declaration
`template <class T> struct minus<T>'
/usr/local/src/matcom/matlib.h:2385: conflicts with function declaration `class
Mm minus(const class Mm &)'
1. May this be a consequence of some erroneous useage? I have g++ 2.96
(egcs) on Linux redhat. I am simply following the examples in the
tutorial
2. Is there a workaround other than retrofitting one of the libraries?
Thanks
Michael