[xpressive] unused variable warning

in end_impl.hpp (at the very bottom) static type call(Sequence& t) { return type(); } The unused t causes a hideous amount of warnings (gcc4.1.2). Took me 15 mins trying to find my error til I discovered that those pages of output were not really an error message but 'only' a (very annoying) warning. Please fix this. Thank you. Best regards Christoph

another one in: boost/xpressive/basic_regex.hpp // No-op for invalid static regexes. /// INTERNAL ONLY template<typename Expr> void compile_(Expr const &expr, mpl::false_) { }

Christoph Duelli wrote:
another one in: boost/xpressive/basic_regex.hpp
// No-op for invalid static regexes. /// INTERNAL ONLY template<typename Expr> void compile_(Expr const &expr, mpl::false_) { }
Removed, thanks. The other problem you reported was an issue with Fusion, not xpressive, and it has already been fixed on trunk. -- Eric Niebler Boost Consulting www.boost-consulting.com
participants (2)
-
Christoph Duelli
-
Eric Niebler