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

Add <algorithm> header to assump_test.cpp #686

Merged
merged 1 commit into from
Aug 16, 2022
Merged

Commits on Aug 16, 2022

  1. Add <algorithm> header to assump_test.cpp

    Without this header, std::sort is not included directly in this header file, but transitively over the stp/googletest distribution, in the `include/gtest/internal/gtest-port.h` file, included by `include/gtest/internal/gtest-string.h`, included by `include/gtest/gtest.h`.
    
    This change makes it easier to use a different GTest implementation, which is easier for some package management mechanisms.
    maximaximal committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    5e3bcd9 View commit details
    Browse the repository at this point in the history