Skip to content

Commit 0585a21

Browse files
committed
updated comment regarding templated Nullable
1 parent c3686a2 commit 0585a21

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

inst/include/Rcpp/Nullable.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
#ifndef Rcpp_Nullable_h
2323
#define Rcpp_Nullable_h
2424

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-
//
3025
// We looked into the safe_bool_idiom [1] but found that more trouble than is
3126
// warranted here. We first and foremost want an operator SEXP() which got in
3227
// the way of redefining operator bool.

0 commit comments

Comments
 (0)