Update FieldVisitorsAccurateComparison.h

This commit is contained in:
tavplubix 2021-01-28 18:51:01 +03:00 committed by GitHub
parent 817df99d11
commit 37455304e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ public:
if constexpr (std::is_arithmetic_v<U>)
{
ReadBufferFromString in(l);
T parsed;
U parsed;
readText(parsed, in);
return operator()(parsed, r);
}