--- /usr/include/boost/spirit/home/classic/core/impl/match.ipp.orig 2008-03-23 22:15:19 +0600 +++ /usr/include/boost/spirit/home/classic/core/impl/match.ipp 2008-05-22 15:00:30 +0700 @@ -23,8 +23,8 @@ namespace boost { namespace spirit : len(length), val() {} template - inline match::match(std::size_t length, ctor_param_t val_) - : len(length), val(val_) {} + inline match::match(std::size_t len_, ctor_param_t val_) + : len(len_), val(val_) {} template inline bool