File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
inst/include/Rcpp/internal Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ 2024-06-01 Dirk Eddelbuettel <
[email protected] >
2
+
3
+ * inst/include/Rcpp/internal/Proxy_Iterator.h (Proxy_Iterator):
4
+ Switch to R_xlen_t ('clang++-17 -Wconversion -Wno-sign-conversion')
5
+
1
6
2024-05-28 Dirk Eddelbuettel <
[email protected] >
2
7
3
8
* DESCRIPTION (Version, Date): Roll micro version
Original file line number Diff line number Diff line change 1
- // -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 8 -*-
2
- /* :tabSize=4:indentSize=4:noTabs=false:folding=explicit:collapseFolds=1: */
3
- //
1
+
4
2
// Proxy_Iterator.h: Rcpp R/C++ interface class library --
5
3
//
6
4
// Copyright (C) 2010 - 2013 Dirk Eddelbuettel and Romain Francois
@@ -31,7 +29,7 @@ class Proxy_Iterator {
31
29
public:
32
30
typedef PROXY& reference ;
33
31
typedef PROXY* pointer ;
34
- typedef int difference_type ;
32
+ typedef R_xlen_t difference_type ;
35
33
typedef PROXY value_type;
36
34
typedef std::random_access_iterator_tag iterator_category ;
37
35
@@ -122,4 +120,3 @@ class Proxy_Iterator {
122
120
}
123
121
124
122
#endif
125
-
You can’t perform that action at this time.
0 commit comments