yat/omic/algorithm.h is missing include
including yat/omic/algorithm.h causes compiler error
/usr/local/include/yat/omic/algorithm.h: In function ‘void theplu::yat::omic::bam_pair_analyse(Iterator, Iterator, Visitor&)’:
/usr/local/include/yat/omic/algorithm.h:61: error: ‘*’ cannot appear in a constant-expression
/usr/local/include/yat/omic/algorithm.h:61: error: a call to a constructor cannot appear in a constant-expression
...
The problem goes away if including <boost/iterator/iterator_concepts.hpp>
Change History (4)
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Milestone: |
yat 0.x+ →
yat 0.12
|
(In [3233]) refs #797. Fix the bug in 0.11.x