From: Bruno Lalande (bruno.lalande_at_[hidden])
Date: 2008-04-04 05:51:27


Hi again,

There's another slight problem in the doc I think: when trying to use
to same simple_finder with find_format_all(), I have an error due to
the fact that the simple_finder's operator() is not const. I can't
exactly figure out why this wasn't a problem with find_format() but I
think it would be good to make it const in the example, in order to
have it working with both algorithms.

Bruno