]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/test/lex/dedent_handling_phoenix.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / spirit / test / lex / dedent_handling_phoenix.cpp
index adffb3ab70af75fb63872fe5a9736d63c45c1a22..bbdcb3ae5abdb043dafc2ced05f97f987b4a0c8b 100644 (file)
@@ -36,11 +36,11 @@ struct multi_tokens : lex::lexer<Lexer>
         this->self = 
                 a [ ++phoenix::ref(level) ]
             |   b
-            |   c [
+            |   c [(
                       _state = "in_dedenting",
                       _end = _start,
                       _pass = pass_flags::pass_ignore
-                  ]
+                  )]
             ;
 
         d = ".";