From 87db03e9ffa559eaf5f6b970ad42776f33ae34b2 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 8 Jan 2026 19:03:09 +0100 Subject: dangling --- modules/codec/c++/data.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/codec/c++/data.hpp') diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index dca98ac..585501b 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -82,8 +82,9 @@ struct native_data_type> { using type = double; }; +// Give a variable for setting the default encoding. Maybe add a static assert to guarantee that this encoding supports immediate access? #ifndef FORSTIO_DEFAULT_DATA_ENCODING -#define FORSTIO_DEFAULT_DATA_ENCODING encode::Native +#define FORSTIO_DEFAULT_DATA_ENCODING ::saw::encode::Native #endif template -- cgit v1.2.3