[test] Gennadiy, did you notice...?

This is about the Boost.Test library files just uploaded to our Subversion repository, revision 47797. I like the fact that support headers are now automatically #included, but I noticed that "boost/ test/unit_test_suite.hpp" and "boost/test/test_case_template.hpp" #include each other. (The #include guards prevent infinite recursion.) You may want to fix that. -- Daryle Walker Mac, Internet, and Video Game Junkie darylew AT hotmail DOT com

Daryle Walker <darylew <at> hotmail.com> writes:
This is about the Boost.Test library files just uploaded to our Subversion repository, revision 47797. I like the fact that support headers are now automatically #included, but I noticed that "boost/ test/unit_test_suite.hpp" and "boost/test/test_case_template.hpp" #include each other. (The #include guards prevent infinite recursion.) You may want to fix that.
Thanks for spotting this. Unit test went through fine though. Anyway - I'll fix it tonight. Genandiy
participants (2)
-
Daryle Walker
-
Gennadiy Rozental