i get error of this type:
"in function ... multiple definition of ..."
"... first defined here"
"warning: size of symbol ... changed from to in "
*the code is compiled with the flags: -ansi -Wall -pedantic-errors -Werror
*STL is used
is there any explanation for that?
thank you in advance