
20 Oct
2012
20 Oct
'12
9:44 a.m.
Evgeny Panasyuk <evgeny.panasyuk <at> gmail.com> writes:
"data driven test case" subsystem looks like a good feature, but why restricting to C++11? Which kind of features from C++11 are required? Variadic macro for BOOST_DATA_TEST_CASE?
No. It uses a lot of C++11 inside the implementation. It might have been possible to implement somewhat limited c++98 version, but I do not have time to work on that. Feel free to submit a patch ;) Gennadiy