File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 112026-05-05 Dirk Eddelbuettel <edd@debian.org>
22
3+ * inst/include/Rcpp/Nullable.h (Nullable): Switch operatorT() from
4+ opt-in to opt-out as six downstream packages have updated at CRAN
5+
36 * docker/ci-4.5/Dockerfile: Added based on r-base:4.5.3
47 * .github/workflows/ci.yaml (jobs): Add rcpp/ci-4.5 to matrix
58
Original file line number Diff line number Diff line change 1- // -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; indent-tabs-mode: nil; -*-
2- //
1+
32// Nullable.h: Rcpp R/C++ interface class library -- SEXP container which can be NULL
43//
5- // Copyright (C) 2015 Dirk Eddelbuettel and Daniel C. Dillon
4+ // Copyright (C) 2015-2026 Dirk Eddelbuettel and Daniel C. Dillon
65//
76// This file is part of Rcpp.
87//
@@ -81,7 +80,7 @@ namespace Rcpp {
8180 return m_sexp;
8281 }
8382
84- #if R_VERSION > R_Version(4,3,0) && defined(RCPP_ENABLE_NULLABLE_T )
83+ #if R_VERSION > R_Version(4,3,0) && ! defined(RCPP_DISABLE_NULLABLE_T )
8584 /* *
8685 * operator T() to return nullable object
8786 *
You can’t perform that action at this time.
0 commit comments