Will that solution work for both 1.69 and 1.70?
That would be the most robust way of handling this, if there's a
solution that will work either way, or else a config test and #if.
You'd rather not have a hard line where Dyninst 10.0 requires <= 1.69
and Dyninst 10.1 requires >= 1.70.
Thanks!
--Mark
P.S. This is what cron jobs are for. I noticed as soon as it was
pulled into spack.
On 04/15/19 14:55, Tim Haines wrote:
Hi, Mark.
I saw that 1.70 had been released and put it on my TODO list to test
with Dyninst, so thanks for checking that off for me! The underlying
issue is that the Breakpoint class has marked boost::checked_delete as
a friend which is weird because it doesn't access any members of the
passed object. I guessing that just marking the friend declaration
BOOST_NOEXCEPT will probably fix the issue.
Thanks.
- Tim
|