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 a80ae91 commit ff8e314Copy full SHA for ff8e314
inst/include/cpp11/r_vector.hpp
@@ -85,7 +85,7 @@ class r_vector {
85
bool contains(const r_string& name) const;
86
bool is_altrep() const;
87
bool named() const;
88
- R_xlen_t size() noexcept const;
+ R_xlen_t size() const;
89
bool empty() const;
90
SEXP data() const;
91
0 commit comments