Skip to content

Commit cac650c

Browse files
committed
Merge pull request #160 from romainfrancois/master
as suggested by Christian Authmann on Rcpp-devel -- thanks
2 parents 532d3e7 + 46fd8af commit cac650c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

inst/include/Rcpp/vector/proxy.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@ namespace internal{
172172
#endif
173173
}
174174

175-
operator bool() const{
176-
return ::Rcpp::as<bool>(get());
177-
}
178-
179175
private:
180176
VECTOR& parent ;
181177
std::string name;

0 commit comments

Comments
 (0)