Skip to content

Commit 4a86ba6

Browse files
committed
::Rcpp::traits::NAComparator -> NAComparator
1 parent f02aaa7 commit 4a86ba6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

inst/examples/Attributes/Export.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ List lapplyCpp(List input, Function f) {
3737
output.names() = input.names();
3838

3939
return output;
40-
}
40+
}

inst/examples/ConvolveBenchmarks/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ all : $(c_sharedlibs) $(cpp_sharedlibs)
2626
PKG_CPPFLAGS="$(RCPPFLAGS) $(RCPPINCL)" PKG_LIBS="$(RLDFLAGS) $(RCPPLIBS)" R CMD SHLIB $<
2727

2828
run : $(c_sharedlibs) $(cpp_sharedlibs)
29-
Rscript exampleRCode.r
29+
Rscript exampleRCode.r

inst/include/Rcpp/sugar/functions/table.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class Table {
7878
}
7979

8080
private:
81-
typedef RCPP_UNORDERED_MAP<STORAGE, int, ::Rcpp::traits::NAComparator<STORAGE> >HASH ;
81+
typedef RCPP_UNORDERED_MAP<STORAGE, int, NAComparator<STORAGE> >HASH ;
8282
typedef CountInserter<HASH,STORAGE> Inserter ;
8383
HASH hash ;
8484
};

0 commit comments

Comments
 (0)