Skip to content

Commit

Permalink
CGAL: support version 6.0
Browse files Browse the repository at this point in the history
- Update formatting for cpplint.

Signed-off-by: Rhys Mainwaring <[email protected]>
  • Loading branch information
srmainwaring committed Dec 30, 2024
1 parent 112e7f4 commit 827965c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gz-waves/include/gz/waves/Algorithm.hh
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ std::array<Index, N> sort_indexes(const std::array<T, N>& v) {
///
template<typename T, typename Iterator, typename Idx>
void unordered_unique(
Iterator first, Iterator last,
std::vector<T>* unique,
std::vector<Idx>* index = nullptr,
std::vector<Idx>* inverse = nullptr,
std::vector<Idx>* count = nullptr)
Iterator first, Iterator last,
std::vector<T>* unique,
std::vector<Idx>* index = nullptr,
std::vector<Idx>* inverse = nullptr,
std::vector<Idx>* count = nullptr)
{
using index_map = std::unordered_map<T, Idx>;
using map_iter = typename index_map::iterator;
Expand Down

0 comments on commit 827965c

Please sign in to comment.