Skip to content

Commit ac1d02a

Browse files
committed
Header
1 parent d2be43a commit ac1d02a

24 files changed

+48
-48
lines changed

inst/include/cpp11.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include "cpp11/R.hpp"

inst/include/cpp11/R.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#ifdef R_INTERNALS_H_

inst/include/cpp11/altrep.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
// It would be nice to remove this since all supported versions of R have ALTREP, but

inst/include/cpp11/as.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <cmath> // for modf

inst/include/cpp11/attribute_proxy.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <initializer_list> // for initializer_list

inst/include/cpp11/data_frame.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <cstdlib> // for abs

inst/include/cpp11/declarations.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <cstring>

inst/include/cpp11/doubles.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <algorithm> // for min, tranform

inst/include/cpp11/environment.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <string> // for string, basic_string

inst/include/cpp11/external_pointer.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <cstddef> // for nullptr_t, NULL

inst/include/cpp11/function.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <string.h> // for strcmp

inst/include/cpp11/integers.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <algorithm> // for min

inst/include/cpp11/list.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <initializer_list> // for initializer_list

inst/include/cpp11/list_of.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <string> // for string, basic_string

inst/include/cpp11/logicals.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <algorithm> // for min

inst/include/cpp11/matrix.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <iterator>

inst/include/cpp11/named_arg.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <stddef.h> // for size_t

inst/include/cpp11/protect.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <csetjmp> // for longjmp, setjmp, jmp_buf

inst/include/cpp11/r_bool.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <limits> // for numeric_limits

inst/include/cpp11/r_string.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <string> // for string, basic_string, operator==

inst/include/cpp11/r_vector.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <stddef.h> // for ptrdiff_t, size_t

inst/include/cpp11/raws.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <algorithm> // for min

inst/include/cpp11/sexp.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <stddef.h> // for size_t

inst/include/cpp11/strings.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// cpp11 version: 0.5.1
2-
// vendored on: 2024-12-07
1+
// cpp11 version: 0.5.2
2+
// vendored on: 2025-03-09
33
#pragma once
44

55
#include <initializer_list> // for initializer_list

0 commit comments

Comments
 (0)