Skip to content

Commit 48f3f47

Browse files
committed
Tweak comment
1 parent 100ffed commit 48f3f47

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
@@ -1293,7 +1293,7 @@ inline SEXP r_vector<T>::reserve_data(SEXP x, bool is_altrep, R_xlen_t size) {
12931293
Rf_setAttrib(out, R_NamesSymbol, names);
12941294
}
12951295

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

0 commit comments

Comments
 (0)