Hi everyone, Whenever I tried to run a simple main() with
BOOST_CHECK( 1 == 2 );
The compiler broke at runtime, and it linked me to malloc(...) call which I think it relates to memory issue? How could this be possible since I have nothing call new or delete? Any idea?
Thanks,