Skip to content

Commit ff8e314

Browse files
committed
fix r_Vector
1 parent a80ae91 commit ff8e314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/cpp11/r_vector.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class r_vector {
8585
bool contains(const r_string& name) const;
8686
bool is_altrep() const;
8787
bool named() const;
88-
R_xlen_t size() noexcept const;
88+
R_xlen_t size() const;
8989
bool empty() const;
9090
SEXP data() const;
9191

0 commit comments

Comments
 (0)