deweylab / RSEM

RSEM: accurate quantification of gene and isoform expression from RNA-Seq data
http://deweylab.biostat.wisc.edu/rsem/
GNU General Public License v3.0
404 stars 117 forks source link

Make the code compile with C++17 #96

Open yasushi-saito opened 6 years ago

yasushi-saito commented 6 years ago

We should be able to get rid of boost entirely. But in the meanwhile this commit makes a minimal set of changes to make the code compile with C++17.