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 6598171 commit 16c4260Copy full SHA for 16c4260
r/src/vctr_builder.cc
@@ -39,8 +39,8 @@
39
#include "vctr_builder_int64.h"
40
#include "vctr_builder_lgl.h"
41
#include "vctr_builder_list_of.h"
42
+#include "vctr_builder_other.h"
43
#include "vctr_builder_posixct.h"
-#include "vctr_builder_primitive.h"
44
#include "vctr_builder_rcrd.h"
45
#include "vctr_builder_unspecified.h"
46
r/src/vctr_builder_primitive.h renamed to r/src/vctr_builder_other.h
@@ -15,8 +15,8 @@
15
// specific language governing permissions and limitations
16
// under the License.
17
18
-#ifndef R_NANOARROW_VCTR_BUILDER_PRIMITIVE_H_INCLUDED
19
-#define R_NANOARROW_VCTR_BUILDER_PRIMITIVE_H_INCLUDED
+#ifndef R_NANOARROW_VCTR_BUILDER_OTHER_H_INCLUDED
+#define R_NANOARROW_VCTR_BUILDER_OTHER_H_INCLUDED
20
21
#define R_NO_REMAP
22
#include <R.h>
0 commit comments