Skip to content

Commit

Permalink
deploy: e201dc0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Dec 24, 2023
1 parent 7cb595a commit b9408ab
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified bin/windows/contrib/4.3/StanEstimators_0.0.0.9000.zip
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion inst/include/stan/io/json/rapidjson_parser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ struct RapidJSONHandler {
template <typename Handler>
void rapidjson_parse(std::istream &in, Handler &handler) {
Rcpp::Rcout << "f421" << std::endl;
rapidjson::Reader reader;
rapidjson::GenericReader<rapidjson::ASCII<>, rapidjson::ASCII<>> reader;
RapidJSONHandler<Handler> filter(handler);
rapidjson::IStreamWrapper isw(in);
Rcpp::Rcout << "f422" << std::endl;
Expand Down

0 comments on commit b9408ab

Please sign in to comment.