Rectification of FunctionsComparison [#CLICKHOUSE-2]

This commit is contained in:
Alexey Milovidov 2018-09-02 05:09:15 +03:00
parent 9e5778134d
commit c3ca20c25c

View File

@ -526,7 +526,7 @@ struct GenericComparisonImpl
#if USE_EMBEDDED_COMPILER
template <template <typename, typename> Op> struct CompileOp;
template <template <typename, typename> typename Op> struct CompileOp;
template <> struct CompileOp<EqualsOp>
{