Skip to content

Commit

Permalink
fix fatras?
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Sep 8, 2024
1 parent 561a879 commit fab156c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/IntegrationTests/Fatras/FatrasSimulationTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const auto dataset =
// helper functions for tests
template <typename Container>
void sortByParticleId(Container& container) {
std::ranges::sort(container, {},
std::ranges::sort(container, std::less{},
[](const auto& c) { return c.particleId(); });
}
template <typename Container>
Expand Down

0 comments on commit fab156c

Please sign in to comment.