We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8005771 commit 51d2965Copy full SHA for 51d2965
inst/include/Rcpp/sugar/functions/table.h
@@ -66,11 +66,9 @@ class Table {
66
67
Table( const TABLE_T& table ): hash(), map() {
68
// populate the initial hash
69
- Rprintf("populating hash\n");
70
std::for_each( table.begin(), table.end(), Inserter(hash) ) ;
71
72
// populate the map, sorted by keys
73
- Rprintf("populating map\n");
74
map.insert( hash.begin(), hash.end() ) ;
75
}
76
0 commit comments