]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/wave/samples/preprocess_pragma_output/preprocess_pragma_output.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / wave / samples / preprocess_pragma_output / preprocess_pragma_output.hpp
index 1fe1051eccfc953a3698169ecdbc65f82d544e27..9c2415bdadbd9da1067551ffbf510a2f54f8348e 100644 (file)
@@ -25,7 +25,7 @@ as_unescaped_string(Iterator it, Iterator const& end)
         switch (token_id(*it)) {
         case T_STRINGLIT:
             {
-                string val (util::impl::unescape_lit((*it).get_value()).c_str());
+                String val (util::impl::unescape_lit((*it).get_value()).c_str());
                 val.erase(val.size()-1);
                 val.erase(0, 1);
                 result += val;