Closed mlubin closed 5 years ago
Not positive if that's a totally general fix, may want something more specific that checks if strtod has been redefined to strtod_ASL and only then undefines it
I went for the more draconian #undef of strtod, since it can be #defined as some other struct's Strtod. Sorry for the really slow response. Committed to Couenne stable/0.5 and trunk.
On Sun, Apr 2, 2017 at 4:19 PM, Tony Kelman notifications@github.com wrote:
Not positive if that's a totally general fix, may want something more specific that checks if strtod has been redefined to strtod_ASL and only then undefines it
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/coin-or/Couenne/issues/1#issuecomment-290992963, or mute the thread https://github.com/notifications/unsubscribe-auth/AARvgh0P_nYPd8aks7tGyIXmYkm7rhjqks5rr7xogaJpZM4Mw1FK .
See discussion and proposed fix by @tkelman at https://github.com/JuliaOpt/CoinOptServices.jl/issues/27#issuecomment-290960312.