
7 Jun
2010
7 Jun
'10
1:22 p.m.
<hmiller <at> hiwaay.net> writes:
#include <my_class.hpp> #define BOOST_TEST_MODULE MyTest #include <boost/test/unit_test.hpp>
BOOST_AUTO_TEST_CASE( my_test ) ... test_my_class.cpp:5: error: expected constructor, destructor, or type conversion before '(' token
Try: 1. move your include after boost.Test 2. Produce preprocessor output. See what is on line 5 Gennadiy