diff --git a/include/sparrow/memory.hpp b/include/sparrow/memory.hpp index 4f045f27..2280ec2c 100644 --- a/include/sparrow/memory.hpp +++ b/include/sparrow/memory.hpp @@ -25,6 +25,7 @@ namespace sparrow { * When copied, it copies the managed object. * * @tparam T The type of the object managed by the `value_ptr`. + * @todo Make it constexpr. */ template class value_ptr {