We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1327ef1 commit aad19a9Copy full SHA for aad19a9
1 file changed
include/rfl/generic/Writer.hpp
@@ -15,7 +15,7 @@ namespace rfl::generic {
15
16
/// Writer for the Generic type - a dynamic, format-agnostic data structure.
17
/// Constructs Generic values that can be converted to any serialization format.
18
-/// The Generic type provides a common intermediate representation useful for
+/// The Generic type provides a common intermediate representation useful for
19
/// format conversions and dynamic data manipulation.
20
struct RFL_API Writer {
21
struct OutputArray {
@@ -147,7 +147,6 @@ struct RFL_API Writer {
147
} else {
148
static_assert(always_false_v<T>, "Unsupported type");
149
}
150
- return OutputVarType{};
151
152
153
private:
0 commit comments