]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/classic/test/switch_problem.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / spirit / classic / test / switch_problem.cpp
index b2a7131a04d88e5b4c9bca4c5cebeb18fb8e839d..359b13eb9f4691e83b51844daee6186bacdeed5c 100644 (file)
@@ -71,11 +71,11 @@ switch_grammar::definition<ScannerT>::definition(switch_grammar const & /*self*/
         [
             limit_d(cref(index), cref(index))[uint_p] >>
 
-            switch_p[
+            switch_p[(
                 case_p<'s'>(uint_p),
                 case_p<'d'>(uint_p),
                 case_p<'n'>(uint_p)
-            ]
+            )]
         ];
 }