boostorg / odeint

Boost.odeint
Boost Software License 1.0
44 stars 54 forks source link

replace sprintf by snprintf (macOS deprecation) #58

Closed tnagler closed 11 months ago

tnagler commented 1 year ago

sprintf is now deprecated in macOS 13 in favor of the safer variant snprintf: https://developer.apple.com/documentation/kernel/1441083-sprintf