From 4a85d662012360fecffc9b0e58a582204f631957 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 17 Jun 2025 14:41:12 +0200 Subject: Rewriting parts to avoid infinite recursion in flat index call --- modules/codec/tests/codec.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/codec/tests/codec.cpp') diff --git a/modules/codec/tests/codec.cpp b/modules/codec/tests/codec.cpp index ef45b4e..27bc454 100644 --- a/modules/codec/tests/codec.cpp +++ b/modules/codec/tests/codec.cpp @@ -53,11 +53,14 @@ using TestInterface = Interface< } SAW_TEST("One Dimensional Array") { using namespace saw; + std::cout<<"foo "< arr{{{500u}}}; + std::cout<<"foo2 "< i = 0; i < arr.size(); ++i){ arr.at(i).set(bar++); } -- cgit v1.2.3