devel/codeblocks: fix build with recent clang
Port uses std::mem_fun which went away with C++17. Enforce use of
C++11 to fix the build.
PR: 272782
MFH: 2023Q3
(cherry picked from commit c2bade1b964baa45b4eb2829f40f663048057e2c)
devel/codeblocks: fix build with recent clang Tags None Referenced Files None Subscribers None
Description
Details
|