Skip to content

Add algorithm header to mr_ref_tests.cpp - #3

Merged
colleeneb merged 1 commit into
mainfrom
add_algorithm
Aug 11, 2026
Merged

Add algorithm header to mr_ref_tests.cpp#3
colleeneb merged 1 commit into
mainfrom
add_algorithm

Conversation

@colleeneb

Copy link
Copy Markdown

mr_ref_tests.cpp uses for_each but doesn't include algorithm. for_each is defined in the algorithm header (https://en.cppreference.com/cpp/algorithm/for_each) and so it should be added in.

mr_ref_tests.cpp uses `for_each` but doesn't include `algorithm`. `for_each` is defined in the algorithm header (https://en.cppreference.com/cpp/algorithm/for_each) and so it should be added in.
@colleeneb
colleeneb merged commit 68c7526 into main Aug 11, 2026
0 of 4 checks passed
@colleeneb
colleeneb deleted the add_algorithm branch August 11, 2026 18:30
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.

1 participant