
6 Jun
2008
6 Jun
'08
1:29 a.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