We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b111ad2 commit 6f320e2Copy full SHA for 6f320e2
1 file changed
stringify/jss_unique_ptr.hpp
@@ -18,6 +18,8 @@ namespace JSON
18
if (!value)
19
throw UniquePtrNullptrException{};
20
21
- internal::stringify_smart_ptr(stream, name, value, options);
+ internal::stringify_smart_ptr(stream, name, value, options);
22
+
23
+ return stream;
24
}
25
0 commit comments