Ticket #6046: char_class.hpp.patch

File char_class.hpp.patch, 593 bytes (added by Sergiu Dotenco, 11 years ago)
  • boost/spirit/home/karma/char/char_class.hpp

     
    138138            ch = CharParam(attr);
    139139
    140140            using spirit::char_class::classify;
    141             return classify<char_encoding>::is(tag::space(), attr);
     141            return classify<char_encoding>::is(spirit::tag::space(), attr);
    142142        }
    143143
    144144        // any_space has no attribute attached, use single space character