bibledit / cloud

Source code for Bibledit core library and Cloud binary
GNU General Public License v3.0
13 stars 3 forks source link

Evaluate of HAVE_STOI is still needed #940

Closed teusbenschop closed 5 months ago

teusbenschop commented 5 months ago

Back then, the configure script checked whether the std::stoi is available on the host, and the code adapts itself.

Investigate whether now all platform have the std::stoi.

If so that would simplify the code a bit.