Le Sun Nov 20 20:44:09 2011, kuem...@lyx.org a écrit :
+#include "support/metahash.h" + +typedef boost::mpl::string<'\\end','_lay','out'> end_layout; +typedef boost::mpl::string<'\\end','in','set'> end_inset;
Note how you forgot the _ above in end_inset. This kind of problem is a typical reason why I do not like much this thing. What problem does it solve that we cannot solve by grouping of if/else clauses? This is not even particularly elegant IMO.
JMarc