Activity for cmaynard

  • cmaynard cmaynard posted a comment on discussion Open Discussion

    I had this same issue. This was a good explanation and it looks like the code has been updated to include Portability.h. Unfortantely that wasn't the problem. Turned out to be something completely different. This macro, CPPUNIT_TEST_SUITE_REGISTRATION, is used in my source file but the issue was in the header file. There was a missing semi-colon at the end of my class declaration. The missing semi-colon wasn't even reported as a compilation error, only the errors with the macro. To discover the problem,...

1
MongoDB Logo MongoDB