Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge for 1.88 #442

Merged
merged 14 commits into from
Feb 24, 2025
Merged

Merge for 1.88 #442

merged 14 commits into from
Feb 24, 2025

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.

5 participants