[skip ci] Update README

This commit is contained in:
ado
2023-08-06 12:33:05 +02:00
parent 974257e099
commit 3c0a440fe9
2 changed files with 8 additions and 6 deletions

View File

@@ -89,6 +89,7 @@ public:
return valid() ? reader_.line_number_ - 1 : 0;
}
// TODO append file_name and line number to exception
template <typename T, typename... Ts>
no_void_validator_tup_t<T, Ts...> get_next() {
std::optional<std::string> error;