We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09eef9d commit 70b57eaCopy full SHA for 70b57ea
include/rfl/parsing/Parser_string_view.hpp
@@ -31,7 +31,7 @@ struct Parser<R, W, std::string_view, ProcessorsType> {
31
template <class P>
32
static void write(const W& _w, const std::string_view& _str,
33
const P& _p) noexcept {
34
- Parser<R, W, std::string_view, ProcessorsType>::write(_w, std::string(_str),
+ Parser<R, W, std::string, ProcessorsType>::write(_w, std::string(_str),
35
_p);
36
}
37
0 commit comments