From 210b04098cfc12e0fdcff0578d39cc9ccafb3b37 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 25 Jun 2025 15:01:48 +0200 Subject: Debugging commit --- c++/descriptor.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'c++/descriptor.hpp') diff --git a/c++/descriptor.hpp b/c++/descriptor.hpp index b1ee5b1..23c82f2 100644 --- a/c++/descriptor.hpp +++ b/c++/descriptor.hpp @@ -205,6 +205,10 @@ public: const data& operator()(const data& index)const{ return inner_.at(index); } + + const data, Encode> copy() const { + return *this; + } }; template -- cgit v1.2.3