On Mon, Feb 12, 2007 at 01:32:46AM +0000, Markus Gothe wrote:

> +const float LN_2 = 0.693147180559945f;
> +inline float log2(float f) { return std::logf(f) / LN_2; }

libbase/utility.h:96: error: 'logf' is not a member of 'std'

--strk;


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to