
5 Jun
2008
5 Jun
'08
7:29 p.m.
AMDG Marco Costalba wrote:
Well, almost worked ;-)
Indeed I reordered the includes in alphabetical order from
#include <boost/control/switch.hpp> #include <boost/control/case.hpp>
to
#include <boost/control/case.hpp> #include <boost/control/switch.hpp>
I've added a forward declaration. In Christ, Steven Watanabe