Boost logo

Boost :

From: Jens Seidel (jensseidel_at_[hidden])
Date: 2008-02-05 15:47:59


On Tue, Feb 05, 2008 at 11:19:55AM -0600, Robert Dailey wrote:
> I just updated to latest and I'm still getting lots of warnings. I couldn't
> paste all of the warnings previously because they made the email too long.

I just want to mention that gcc 4.3 (snapshot) does not emit any warning
even with strongest compiler options (-Wall -Wextra -Wno-long-long).

There is again only a missing include statement in trunk:

Index: boost/xpressive/proto/eval.hpp
===================================================================
--- boost/xpressive/proto/eval.hpp (Revision 43111)
+++ boost/xpressive/proto/eval.hpp (Arbeitskopie)
@@ -10,6 +10,7 @@
 #define BOOST_PROTO_EVAL_HPP_EAN_03_29_2007
 
 #include <boost/xpressive/proto/detail/prefix.hpp> // must be first include
+#include <boost/xpressive/proto/proto_fwd.hpp> // BOOST_PROTO_CALLABLE
 #include <boost/type_traits/remove_reference.hpp>
 #include <boost/xpressive/proto/detail/suffix.hpp> // must be last include
 
Jens


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk