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 988f17a commit edfe7f7Copy full SHA for edfe7f7
inst/include/Rcpp/Nullable.h
@@ -31,13 +31,6 @@ namespace Rcpp {
31
32
template<class T>
33
class Nullable {
34
- private:
35
- template<class U>
36
- friend class InputParameter;
37
-
38
39
- friend class traits::Exporter;
40
41
public:
42
43
/**
@@ -55,8 +48,6 @@ namespace Rcpp {
55
48
56
49
inline Nullable(const T &t) : m_sexp(t), m_set(true) {}
57
50
58
- protected:
59
60
51
61
52
* Standard constructor of a Nullable object
62
53
*
0 commit comments