]> sourceware.org Git - systemtap.git/commit
gcc12 c++ compatibility tweak: use lambdas instead of ptr_fun<>
authorJonathan Wakely <jwakely.gcc@gmail.com>
Tue, 18 Jan 2022 20:52:18 +0000 (15:52 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Tue, 18 Jan 2022 20:52:18 +0000 (15:52 -0500)
commit56c498d95c4749f15980da73b4933e7443b3f26c
tree1004e302bf52a74823949e084eaa9a5dfe63ebfc
parent3080b8548acb5a188dddc78e2319ec196ae329b3
gcc12 c++ compatibility tweak: use lambdas instead of ptr_fun<>

Even while stap is a c++11 code base, such cleanups make code
nicer to look at.
util.cxx
This page took 0.022786 seconds and 5 git commands to generate.