Skip to content

Commit

Permalink
Clean-up, re-private counter::V
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Sep 18, 2024
1 parent 98f42f9 commit 4721eb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arbor/util/counter.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#pragma once

/* Present an integral value as an iterator, for integral-range 'containers' */

#include <compare>
#include <cstddef>
#include <iterator>
#include <type_traits>
Expand Down Expand Up @@ -83,6 +81,7 @@ struct counter {
counter& operator=(const counter&) = default;
counter& operator=(counter&&) = default;

private:
V v_;
};

Expand Down

0 comments on commit 4721eb3

Please sign in to comment.