----- Original Message -----
From: Vincent N. Virgilio
Newsgroups: gmane.comp.lib.boost.user
To: boost-users@lists.boost.org
Sent: Monday, October 28, 2013 2:30 PM
Subject: [MSM] Parse error in Visual Studio 2012, not in Visual Studio 2013.
Hello,
In the code below, VS 2012 (target v110) underlines the macro name BOOST_MSM_EUML_EVENT_WITH_ATTRIBUTES in the last line with a wavy red line. Hovering a mouse over it shows a tooltip with error report:
"Error: not a class or struct name"
And if I recall correctly, the code does not compile.
The error disappears in VS 2013 (v120). Though in VS 2013 (target v120), if I remove line "namespace msm = boost::msm;", the last line triggers an error again. This time with a different tooltip error report: "Error: name followed by '::' must be a class or namespace name."
Am I using MSM incorrectly?
Thanks,
Vince
// BEGIN euml.h
#include