aboutsummaryrefslogtreecommitdiffstats
path: root/include/jau/cow_iterator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/jau/cow_iterator.hpp')
-rw-r--r--include/jau/cow_iterator.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/jau/cow_iterator.hpp b/include/jau/cow_iterator.hpp
index ebc60af..ed09a61 100644
--- a/include/jau/cow_iterator.hpp
+++ b/include/jau/cow_iterator.hpp
@@ -82,7 +82,7 @@ namespace jau {
template <typename Storage_type, typename Storage_ref_type, typename CoW_container>
class cow_rw_iterator {
friend cow_ro_iterator<Storage_type, Storage_ref_type, CoW_container>;
- template<typename, typename, typename, bool, bool, bool> friend class cow_darray;
+ template<typename, typename, typename, bool, bool> friend class cow_darray;
template<typename, typename> friend class cow_vector;
public:
@@ -649,7 +649,7 @@ namespace jau {
template <typename Storage_type, typename Storage_ref_type, typename CoW_container>
class cow_ro_iterator {
friend cow_rw_iterator<Storage_type, Storage_ref_type, CoW_container>;
- template<typename, typename, typename, bool, bool, bool> friend class cow_darray;
+ template<typename, typename, typename, bool, bool> friend class cow_darray;
template<typename, typename> friend class cow_vector;
public: