...
This commit is contained in:
@@ -105,7 +105,7 @@ public:
|
||||
} else {
|
||||
T res;
|
||||
|
||||
auto bs = _byteSequence | std::views::drop_while([](const auto& ch) { return ch = ' '; });
|
||||
auto bs = _byteSequence | std::views::drop_while([](const auto& ch) { return ch == ' '; });
|
||||
|
||||
auto found = std::ranges::search(bs, keyValueDelimiter);
|
||||
if (!found.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user