]> sourceware.org Git - systemtap.git/commit
append .to_string() to tok->content usages
authorAbegail Jakop <ajakop@redhat.com>
Tue, 21 Jul 2015 15:50:01 +0000 (11:50 -0400)
committerAbegail Jakop <ajakop@redhat.com>
Tue, 18 Aug 2015 15:02:22 +0000 (11:02 -0400)
commit799ab97ae0cd48ae35c8b077a49f456841c7f952
treeb6b686aec885c6fad080d5a97d7a3256c7c2233d
parentf62e2b109aabc92bb37316b0ee4cbed2ee970805
append .to_string() to tok->content usages

since tok->content are now boost::string_refs, some portions of the
code don't play well with the fact that string_refs can't be
automatically converted into a std::string, so we need to manually add
in a to_string() call to do the conversion.
Note: can't use .data() since the string_ref is proabably not null terminated.
coveragedb.cxx
parse.cxx
session.cxx
staptree.cxx
This page took 0.026122 seconds and 5 git commands to generate.