Closed nuclearsandwich closed 5 years ago
@nuclearsandwich ~DCO check is failing, but I'm not sure this is ABI compatible. While the function was private, since it's used from the constructor and the constructor is defined in the header the compiler could have inlined it. If so, code built against this will fail to find the method since const
changes the mangled name.~
Edit: nevermind, this is an example so ABI compatibility doesn't matter
@sloretz thanks for the raising the question. The ABI discussion was brought up in #249 and the determination was that because this function definition is in a cpp file it's not part of the public ABI/API
Backports #247 to Dashing, is a repeat of #249 targeting the
dashing
branch.