Skip to content

Commit

Permalink
Merge branch 'main' into feat/gen3-blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 10, 2024
2 parents 58a7df6 + d3cedd0 commit 019e87c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Core/include/Acts/Utilities/TransformRange.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ struct DotGet {

} // namespace Acts::detail

/// @cond
template <typename Callable, typename container_t>
constexpr bool std::ranges::enable_borrowed_range<
Acts::detail::TransformRange<Callable, container_t>> = true;
/// @endcond

0 comments on commit 019e87c

Please sign in to comment.