issues
search
pezmaster31
/
bamtools
C++ API & command-line toolkit for working with BAM data
MIT License
418
stars
153
forks
source link
Fix building with C++11 and above
#150
Closed
SoapZA
closed
7 years ago
SoapZA
commented
7 years ago
Using std::make_pair with explicit arguments is pointless as it solely exists to do argument type deduction as a factory function. See also:
http://www.advogato.org/person/redi/diary/239.html
Fixes #115 Fixes #140 Fixes #148
Fixes #115 Fixes #140 Fixes #148