File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ template <int RTYPE> class SubMatrix ;
6060#include < Rcpp/vector/MatrixColumn.h>
6161
6262#include < Rcpp/vector/instantiation.h>
63- #include < Rcpp/vector/string_proxy.h>
64- #include < Rcpp/vector/const_string_proxy.h>
6563}
6664
65+ #include < Rcpp/vector/string_proxy.h>
66+ #include < Rcpp/vector/const_string_proxy.h>
6767#include < Rcpp/vector/generic_proxy.h>
6868#include < Rcpp/vector/const_generic_proxy.h>
6969
Original file line number Diff line number Diff line change 2222#ifndef Rcpp__vector__const_string_proxy_h
2323#define Rcpp__vector__const_string_proxy_h
2424
25+ namespace Rcpp {
2526namespace internal {
2627
2728 template <int RTYPE> class const_string_proxy {
@@ -159,7 +160,7 @@ namespace internal{
159160 return *this ;
160161 }
161162
162-
163+ }
163164}
164165
165166#endif
Original file line number Diff line number Diff line change 2323#ifndef Rcpp__vector__string_proxy_h
2424#define Rcpp__vector__string_proxy_h
2525
26+ namespace Rcpp {
2627namespace internal {
2728
2829 template <int RTYPE> class string_proxy {
@@ -241,5 +242,6 @@ namespace internal{
241242 }
242243
243244}
245+ }
244246
245247#endif
You can’t perform that action at this time.
0 commit comments