Re: Pointer to function problem

2006-07-23 Thread Pierre Barbier de Reuille
Pierre Barbier de Reuille wrote: > Hello, > > I have a problem with g++ 4.1 > I use pointer to functions and I get this error : > > src/wrappers/export_vertex.cpp|122| error: no matches converting > function 'cross' to type 'real_t (*)(const class TOOLS::Vector2&, const > class TOOLS::Vector2&)'

Pointer to function problem

2006-07-23 Thread Pierre Barbier de Reuille
Hello, I have a problem with g++ 4.1 I use pointer to functions and I get this error : src/wrappers/export_vertex.cpp|122| error: no matches converting function 'cross' to type 'real_t (*)(const class TOOLS::Vector2&, const class TOOLS::Vector2&)' /home/barbier/prog/labo/AMAPmod/src/Tools/util_v