I see you have a method: bool InsetBuffer::compare(Inset const * x)
const {

In the STD lib compare returns an int not a bool. Can you change that?
a == b -> 0
a < b -> -1
a > b -> 1
(AFAIR)

        Lgb

Reply via email to