stan-dev / stan

Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.
https://mc-stan.org
BSD 3-Clause "New" or "Revised" License
2.59k stars 368 forks source link

use C++ std::stoi et al instead of boost::lexical_cast #3201

Closed mitzimorris closed 1 year ago

mitzimorris commented 1 year ago

Summary:

see https://github.com/stan-dev/cmdstan/issues/1170

Description:

Replace use of boost::lexical_cast with std::sto* methods, introduced in C++11.

Current Version:

v2.32.2

WardBrian commented 1 year ago

https://github.com/stan-dev/stan/pull/3206