This commit is contained in:
Alexander Tokmakov 2019-05-18 15:31:27 +03:00 committed by Alexander Tokmakov
parent 6e06658363
commit 41166f0618

View File

@ -140,6 +140,7 @@ ConstantExpressionTemplate::replaceLiteralsWithDummyIdentifiers(TokenIterator &
else if (t.type == TokenType::StringLiteral)
{
type = std::make_shared<DataTypeString>();
++begin;
}
else if (t.type == TokenType::OpeningSquareBracket)
{