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.57k stars 368 forks source link

json_writer needs move constructor #3195

Closed mitzimorris closed 1 year ago

mitzimorris commented 1 year ago

Summary:

add a move constructor to stan::callbacks::json_writer

Description:

CmdStan needs to construct arrays of json_writers in order to run multi-path pathfinder, which requires a move constructor.

Current Version:

v2.32.2

WardBrian commented 1 year ago

3196