Skip to content

Conversation

@mborland
Copy link
Member

No description provided.

notdanhan and others added 14 commits October 15, 2024 14:12
Fix node 20 issue on GHA CI
Rename method arguments to avoid collision with linux UAPI macro
Add additional paths to guarantee BOOST_TEST_PRIxPTR is defined
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.
Verify the constructor and increment/decrement operators
Include <cstddef> in <boost/test/data/size.hpp>
Add test for the size_t class
@mborland mborland merged commit cfd3a7e into master Feb 24, 2025
80 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants