Skip to content

Commit aaea7dc

Browse files
fix error
1 parent ca002f2 commit aaea7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

string_parse.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ namespace mlib
191191
template<auto from, auto character>
192192
constexpr auto from_up_to() const noexcept
193193
{
194-
constexpr auto index = f<character>();
194+
constexpr auto index = find<character>();
195195
return substr<from, index>();
196196
}
197197

0 commit comments

Comments
 (0)