aboutsummaryrefslogtreecommitdiff
path: root/include/cru/base/SelfResolvable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/base/SelfResolvable.h')
-rw-r--r--include/cru/base/SelfResolvable.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/cru/base/SelfResolvable.h b/include/cru/base/SelfResolvable.h
index 308de486..6cf5117a 100644
--- a/include/cru/base/SelfResolvable.h
+++ b/include/cru/base/SelfResolvable.h
@@ -81,13 +81,7 @@ class ObjectResolver {
};
/**
- * @remarks
- * This class is not copyable and movable since subclass is polymorphic and
- * copying is then nonsense. However, you can even delete move capability in
- * subclass because it may also be nonsense for subclass. The move capability is
- * optional.
- *
- * Whether this class needs to be thread-safe still has to be considered.
+ * Currently the implementation is NOT thread-safe.
*/
template <typename T>
class SelfResolvable {