Skip to content

Commit dd8e70c

Browse files
cleaning
1 parent 3024f1f commit dd8e70c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

inst/include/Rcpp/Vector.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

inst/include/Rcpp/vector/const_string_proxy.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#ifndef Rcpp__vector__const_string_proxy_h
2323
#define Rcpp__vector__const_string_proxy_h
2424

25+
namespace Rcpp{
2526
namespace 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

inst/include/Rcpp/vector/string_proxy.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#ifndef Rcpp__vector__string_proxy_h
2424
#define Rcpp__vector__string_proxy_h
2525

26+
namespace Rcpp{
2627
namespace internal{
2728

2829
template<int RTYPE> class string_proxy {
@@ -241,5 +242,6 @@ namespace internal{
241242
}
242243

243244
}
245+
}
244246

245247
#endif

0 commit comments

Comments
 (0)