We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3686a2 commit 0585a21Copy full SHA for 0585a21
inst/include/Rcpp/Nullable.h
@@ -22,11 +22,6 @@
22
#ifndef Rcpp_Nullable_h
23
#define Rcpp_Nullable_h
24
25
-// This class could possibly be written in a templated manner too, and we looked
26
-// into this. However, as an exception is thrown as soon as an actual proxy
27
-// object is accessed _when it was initialized with NULL_ we found no
28
-// satisfactory solution.
29
-//
30
// We looked into the safe_bool_idiom [1] but found that more trouble than is
31
// warranted here. We first and foremost want an operator SEXP() which got in
32
// the way of redefining operator bool.
0 commit comments