Ticket #5044: spirit_tst.patch

File spirit_tst.patch, 571 bytes (added by bsantos@…, 12 years ago)
  • boost/spirit/home/qi/string/detail/tst.hpp

    diff --git a/boost/spirit/home/qi/string/detail/tst.hpp b/boost/spirit/home/qi/string/detail/tst.hpp
    index 4dbc3f9..51ff3f9 100644
    a b namespace boost { namespace spirit { namespace qi { namespace detail  
    6666        find(tst_node* start, Iterator& first, Iterator last, Filter filter)
    6767        {
    6868            if (first == last)
    69                 return false;
     69                return NULL;
    7070
    7171            Iterator i = first;
    7272            Iterator latest = first;