...
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "../concepts/snplib_concepts.h"
|
||||
#include "snipplib/utils/snplib_string.h"
|
||||
#include "../utils/snplib_string.h"
|
||||
|
||||
namespace snplib
|
||||
{
|
||||
@@ -511,7 +511,7 @@ struct snplib_deserializer_t : snplib_deserializer_base_t {
|
||||
|
||||
auto err = dsr(snplib_trim_spaces_as_view(input), vd, params);
|
||||
if (err) {
|
||||
return snplib_deduced_err(err, snplib_deserializer_error_e::ERROR_UNDERLYING_DESERIALIZER);
|
||||
return snplib_deduced_error(err, snplib_deserializer_error_e::ERROR_UNDERLYING_DESERIALIZER);
|
||||
}
|
||||
|
||||
value = VT{vd};
|
||||
|
||||
Reference in New Issue
Block a user