How do I define my own main() function when testing with boost?
main()
Boost is using it\'s own main function, but I\'m using a custom memory manager and it ne
You have to define
BOOST_TEST_NO_MAIN
before the boost includes.
BOOST_TEST_MAIN
is the default. http://www.boost.org/doc/libs/1_36_0/libs/test/doc/html/utf/compilation.html