From 70a3abcb3aad4c5e74b4b9fa6ac76508ac157f55 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 5 Jan 2024 05:58:49 +0100 Subject: codec: Adding a basic csv decoder. Unfinished --- modules/codec/c++/schema_factory.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/codec/c++/schema_factory.h') diff --git a/modules/codec/c++/schema_factory.h b/modules/codec/c++/schema_factory.h index 91094fe..47185be 100644 --- a/modules/codec/c++/schema_factory.h +++ b/modules/codec/c++/schema_factory.h @@ -39,6 +39,9 @@ struct schema_factory> { } }; +/** + * This creates the base schema + */ template constexpr schema_factory build_schema() noexcept { return {}; -- cgit v1.2.3