Skip to content

Commit

Permalink
Avoid C++14 features
Browse files Browse the repository at this point in the history
Rewrite all the generic lambda functions in methods.cpp as Functor
classes. This was suggested by Aaron Lun in
#18 (comment)

The hope is that this should get rid of all the installation problems
that people seem to encounter regularly.
  • Loading branch information
const-ae committed Mar 12, 2021
1 parent 4e71033 commit 744adbe
Show file tree
Hide file tree
Showing 2 changed files with 393 additions and 134 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Suggests:
bench,
rmarkdown,
BiocStyle
SystemRequirements: C++14
VignetteBuilder: knitr
URL: https://github.com/const-ae/sparseMatrixStats
BugReports: https://github.com/const-ae/sparseMatrixStats/issues
Expand Down
Loading

0 comments on commit 744adbe

Please sign in to comment.