]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/test/x3/debug.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / spirit / test / x3 / debug.cpp
index 3e2efe0e8a71f8f398ff495a4c695d283a5d68d2..5d3508ac8c88de2ecdba0cb53dbd52b836e035a8 100644 (file)
@@ -66,8 +66,6 @@ main()
     using boost::spirit::x3::int_;
     using boost::spirit::x3::alpha;
 
-    //~ namespace phx = boost::phoenix;
-
     { // basic tests
 
         auto a = rule<class a>("a") = 'a';