From 0c9cae0a02e74779f1d4e1d1434087b2784f9eeb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Tue, 17 Aug 2021 22:14:23 +0200
Subject: [PATCH] MAINT: add todo

---
 include/caosdb/entity.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/caosdb/entity.h b/include/caosdb/entity.h
index 2f662e0..a96126e 100644
--- a/include/caosdb/entity.h
+++ b/include/caosdb/entity.h
@@ -203,6 +203,7 @@ private:
   public:
     explicit iterator(const RepeatedPtrFieldWrapper<T, P> *instance,
                       int index = 0);
+    // TODO(henrik) add unit tests
     auto operator*() const -> T &;
     auto operator++() -> iterator &;
     auto operator++(int) -> iterator;
-- 
GitLab