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