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

Remove unnecessary lambda captures in the tests. #2289

Merged
merged 2 commits into from
Aug 28, 2023

Commits on Aug 28, 2023

  1. Remove unnecessary lambda captures in the tests.

    This was pointed out by compiling with clang.
    
    Signed-off-by: Chris Lalancette <clalancette@gmail.com>
    clalancette committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3d0d513 View commit details
    Browse the repository at this point in the history
  2. Switch to a static constexpr to try and make Windows happy.

    Signed-off-by: Chris Lalancette <clalancette@gmail.com>
    clalancette committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    295b37f View commit details
    Browse the repository at this point in the history