Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#797 closed defect (fixed)

yat/omic/algorithm.h is missing include

Reported by: Peter Owned by: Peter
Priority: major Milestone: yat 0.12
Component: omic Version: 0.11.1
Keywords: Cc:

Description

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)

comment:1 Changed 9 years ago by Peter

Status: newassigned

comment:2 Changed 9 years ago by Peter

(In [3233]) refs #797. Fix the bug in 0.11.x

comment:3 Changed 9 years ago by Peter

Resolution: fixed
Status: assignedclosed

(In [3234]) fixes #797

comment:4 Changed 9 years ago by Peter

Milestone: yat 0.x+yat 0.12
Note: See TracTickets for help on using tickets.