On 6 Dec 2006, at 15:31, Jeff Inman wrote:

...is there a simple way to use a C++ skeleton but to have the token
enumerants generated directly into the std namespace? yy::parser::token::FOO
is a mouthful.

Why would you want that - "std" is reserved for the implementation of the C++ compiler. It's like one should start names with "_", lest it may clash with names the compiler implementaion uses.

Maybe I could get halfway there with %name-prefix="std".

But I think it should by now put all into a C++ namespace.

  Hans Aberg




_______________________________________________
help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to