From adfea5f0eee289fe729c2bcc68105417d77a8407 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Tue, 18 Feb 2020 00:43:07 +0800 Subject: remove the extra type id system. --- src/MoonP/moon_parser.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/MoonP/moon_parser.cpp') diff --git a/src/MoonP/moon_parser.cpp b/src/MoonP/moon_parser.cpp index 0ea6e12..1ba8ad3 100644 --- a/src/MoonP/moon_parser.cpp +++ b/src/MoonP/moon_parser.cpp @@ -11,6 +11,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI namespace pl = parserlib; namespace MoonP { +using namespace std::string_view_literals; std::unordered_set LuaKeywords = { "and", "break", "do", "else", "elseif", -- cgit v1.2.3-55-g6feb