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

C++11 fixes for clang #94

Closed siddharthab closed 1 year ago

siddharthab commented 6 years ago

std::basic_ios needs an explicit conversion to bool from C++11 onwards. gcc has a bug that ignores this, but clang catches this as an error.

http://en.cppreference.com/w/cpp/io/basic_ios/operator_bool