File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ Subproject commit 56a89c184a581d44d211df7b831591e157d26bd9
Original file line number Diff line number Diff line change @@ -2149,7 +2149,7 @@ namespace attributes {
21492149 }
21502150
21512151 std::string CppExportsIncludeGenerator::getHeaderGuard () const {
2152- return " _RCPP_ " + packageCpp () + " _RCPPEXPORTS_H_GEN_" ;
2152+ return " RCPP_ " + packageCpp () + " _RCPPEXPORTS_H_GEN_" ;
21532153 }
21542154
21552155 CppPackageIncludeGenerator::CppPackageIncludeGenerator (
@@ -2197,7 +2197,7 @@ namespace attributes {
21972197 }
21982198
21992199 std::string CppPackageIncludeGenerator::getHeaderGuard () const {
2200- return " _RCPP_ " + packageCpp () + " _H_GEN_" ;
2200+ return " RCPP_ " + packageCpp () + " _H_GEN_" ;
22012201 }
22022202
22032203 RExportsGenerator::RExportsGenerator (const std::string& packageDir,
You can’t perform that action at this time.
0 commit comments