Skip to content

Commit

Permalink
Update Rcpp
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 6, 2021
1 parent e013c08 commit 2ad9c1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/RcppExports.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

using namespace Rcpp;

#ifdef RCPP_USE_GLOBAL_ROSTREAM
Rcpp::Rostream<true>& Rcpp::Rcout = Rcpp::Rcpp_cout_get();
Rcpp::Rostream<false>& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get();
#endif

// client_version
int client_version();
RcppExport SEXP _RPostgres_client_version() {
Expand Down

0 comments on commit 2ad9c1b

Please sign in to comment.