gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] action.cpp:1272: error: call of overloaded `pow(int&, int)'


From: strk
Subject: [Gnash-dev] action.cpp:1272: error: call of overloaded `pow(int&, int)' is ambiguous
Date: Mon, 10 Apr 2006 21:46:54 +0200

Error I get with current CVS:

action.cpp: In function `void gnash::as_global_parseint(const gnash::fn_call&)
   ':
action.cpp:1272: error: call of overloaded `pow(int&, int)' is ambiguous
/usr/include/bits/mathcalls.h:154: error: candidates are: double pow(double,
   double)
/usr/include/c++/3.3/cmath:512: error:                 long double
   std::pow(long double, int)
/usr/include/c++/3.3/cmath:508: error:                 float std::pow(float,
   int)
/usr/include/c++/3.3/cmath:504: error:                 double std::pow(double,
   int)
/usr/include/c++/3.3/cmath:495: error:                 long double
   std::pow(long double, long double)
/usr/include/c++/3.3/cmath:486: error:                 float std::pow(float,
   float)

Nobody else having the same error ?

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]