Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: cpluspluslearner on February 23, 2013, 07:41:46 pm

Title: std::numeric_limits is not defined error
Post by: cpluspluslearner on February 23, 2013, 07:41:46 pm
I want to appologize for putting a library in here not related to code blocks but

I'm using box2D for 2D physics in codebocks 12.11 with mingw32 4.7.1 

when compiling it in code blocks the library would pop up this

float32 std::numeric_limits

I notice that std::numeric_limits isn't in the std library for codeblocks it doesn't exist at all. Yet for Msvc 2010 and other ide's it does exist

so I was just wondering if you could add std::numeric_limits to 12.11 of codeblocks

when using it for floats ints etc.

thanks

P.S

First I notice that in 10.05 of codeblocks std::copy() wasn't defined and yet it's used in other
ide's using gcc and other non-gcc specific compilers

thank you soo much for adding it in 12.11 of codeblocks
Title: Re: std::numeric_limits is not defined error
Post by: Jenna on February 23, 2013, 07:52:12 pm
You should read (and understand) http://wiki.codeblocks.org/index.php?title=FAQ-General#Q:_What_Code::Blocks_is_not.3F (http://wiki.codeblocks.org/index.php?title=FAQ-General#Q:_What_Code::Blocks_is_not.3F) .

We did not put any new things to C::B (except the updated compiler in the *mingw*-packages for windows).

All other is compiler/framework specific.
And in any case the question is absolutely unrelated to C::B and therefore violating our forum rules.

Sorry.

Topic locked !