Skip to content

Commit c9a6813

Browse files
committed
add missing namespace Rcpp layer
1 parent 4891b8d commit c9a6813

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

inst/include/Rcpp/module/Module_generated_CppFunction.h

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

26+
namespace Rcpp {
27+
2628
template <typename RESULT_TYPE>
2729
class CppFunction0 : public CppFunction {
2830
public:
@@ -79,7 +81,7 @@ class CppFunction_WithFormals0 : public CppFunction {
7981

8082
private:
8183
RESULT_TYPE (*ptr_fun)(void);
82-
} ;
84+
};
8385

8486

8587
template <>
@@ -100,7 +102,7 @@ class CppFunction_WithFormals0<void> : public CppFunction {
100102

101103
private:
102104
void (*ptr_fun)(void) ;
103-
} ;
105+
};
104106

105107

106108
template <typename RESULT_TYPE, typename U0> class CppFunction1 : public CppFunction {
@@ -14403,5 +14405,7 @@ class CppFunction_WithFormals65<void,U0,U1,U2,U3,U4,U5,U6,U7,U8,U9,U10,U11,U12,U
1440314405
};
1440414406

1440514407

14408+
}
14409+
1440614410
#endif
1440714411

0 commit comments

Comments
 (0)