]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/compiler.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / spirit / example / qi / compiler_tutorial / conjure2 / compiler.cpp
index 540554137bfef4022b94a0bd68a680b7e8cdda12..87459b355718a514725428682159717f9c318fcd 100644 (file)
@@ -136,12 +136,12 @@ namespace client { namespace code_gen
 
                 case op_load:
                     line += "      op_load     ";
-                    line += boost::lexical_cast<std::string>(locals[*pc++]);
+                    line += locals[*pc++];
                     break;
 
                 case op_store:
                     line += "      op_store    ";
-                    line += boost::lexical_cast<std::string>(locals[*pc++]);
+                    line += locals[*pc++];
                     break;
 
                 case op_int: