From 53e50b61844b0be95ecc6c0f78b7aeb15b4f1452 Mon Sep 17 00:00:00 2001 From: "Dr. Patrick Urbanke" Date: Sat, 23 May 2026 22:10:18 +0200 Subject: [PATCH] Remove unreachable code line; fixes #665 --- include/rfl/generic/Writer.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/rfl/generic/Writer.hpp b/include/rfl/generic/Writer.hpp index 88e861e7..cbea107c 100644 --- a/include/rfl/generic/Writer.hpp +++ b/include/rfl/generic/Writer.hpp @@ -15,7 +15,7 @@ namespace rfl::generic { /// Writer for the Generic type - a dynamic, format-agnostic data structure. /// Constructs Generic values that can be converted to any serialization format. -/// The Generic type provides a common intermediate representation useful for +/// The Generic type provides a common intermediate representation useful for /// format conversions and dynamic data manipulation. struct RFL_API Writer { struct OutputArray { @@ -147,7 +147,6 @@ struct RFL_API Writer { } else { static_assert(always_false_v, "Unsupported type"); } - return OutputVarType{}; } private: