]> sourceware.org Git - systemtap.git/commit
gcc12 c++ compatibility re-tweak for rhel6: use function pointer instead of lambdas...
authorSerhei Makarov <serhei@serhei.io>
Fri, 21 Jan 2022 23:21:46 +0000 (18:21 -0500)
committerSerhei Makarov <serhei@serhei.io>
Fri, 21 Jan 2022 23:29:05 +0000 (18:29 -0500)
commitf199d1982ef8a6c6d5c06c082d057b8793bcc6aa
treed20fa32afea3d3586772d1b1bd56cb000009a538
parent3106bc65a97c98e4a26c2f9a056989524b1f4b22
gcc12 c++ compatibility re-tweak for rhel6: use function pointer instead of lambdas instead of ptr_fun<>

Saving 2 lines in ltrim/rtrim is probably not a good reason to drop
compatibility with the RHEL6 system compiler.  Actually declaring a
named function and passing the function pointer is compatible with
everything.
util.cxx
This page took 0.031982 seconds and 5 git commands to generate.