From 6a2d1e3062964fc16cfbc43bc69284f854c35dca Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 18 Nov 2020 08:00:16 +0200 Subject: Handle C++20 module partitions in scanner --- libbuild2/cc/lexer.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbuild2/cc/lexer.hxx') diff --git a/libbuild2/cc/lexer.hxx b/libbuild2/cc/lexer.hxx index b4e1045..dc392c6 100644 --- a/libbuild2/cc/lexer.hxx +++ b/libbuild2/cc/lexer.hxx @@ -40,6 +40,8 @@ namespace build2 dot, // . semi, // ; + colon, // : + scope, // :: less, // < greater, // > lcbrace, // { -- cgit v1.1