Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include <cstddef> in <boost/test/data/size.hpp>
If datasets are used, <boost/test/data/size.hpp> is also included, as can be seen in the [example]( https://www.boost.org/doc/libs/1_87_0/libs/test/doc/html/boost_test/tests_organization/test_cases/test_case_generation/datasets.html#boost_test.tests_organization.test_cases.test_case_generation.datasets.dataset_interface.example_descr). MSVC and Gcc indirectly have the definition of `std::size_t`, while Clang/LibC++ do not have this and a compiler error occurs. This fix will correct this.
- Loading branch information