Skip to content

Commit b10cbe9

Browse files
committed
Tweak comment
1 parent 401b3eb commit b10cbe9

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
@@ -1233,7 +1233,7 @@ inline SEXP r_vector<T>::reserve_data(SEXP x, bool is_altrep, R_xlen_t size) {
12331233
Rf_setAttrib(out, R_NamesSymbol, names);
12341234
}
12351235

1236-
// Copy over "most" attributes.
1236+
// Copy over "most" attributes, and set OBJECT bit and S4 bit as needed.
12371237
// Does not copy over names, dim, or dim names.
12381238
// Names are handled already. Dim and dim names should not be applicable,
12391239
// as this is a vector.

0 commit comments

Comments
 (0)