Branch: refs/heads/master
Home: https://github.com/dyninst/dyninst
Commit: 8823b4abbe4df4867c2d8ffe3ffe48fe095667c0
https://github.com/dyninst/dyninst/commit/8823b4abbe4df4867c2d8ffe3ffe48fe095667c0
Author: kupsch <kupsch@xxxxxxxxxxx>
Date: 2025-11-04 (Tue, 04 Nov 2025)
Changed paths:
M symtabAPI/src/Object-elf.C
Log Message:
-----------
make parse_attr lambdas noexcept (#2051)
This was introduced in PR #1966. The code as written works with
C++ 11, but fails when compiling with C++ version 14 to 23, as
std::function wants lambda stored in them to be noexcept.
To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
|