Re: %prefix with C++ namespaces

2007-10-08 Thread Joel E. Denny
On Mon, 8 Oct 2007, Akim Demaille wrote: > > Le 8 oct. 07 à 12:10, Joel E. Denny a écrit : > > > Improve C++ namespace support. > > Impressive work. Your m4fu is quite mature. How about > maintaining Autoconf? ;) Thanks! I wish I had more time for free software.

Re: %prefix with C++ namespaces

2007-10-08 Thread Akim Demaille
Le 8 oct. 07 à 12:10, Joel E. Denny a écrit : Improve C++ namespace support. Impressive work. Your m4fu is quite mature. How about maintaining Autoconf? ;) ___ help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Re: %prefix with C++ namespaces

2007-10-08 Thread Joel E. Denny
On Sat, 29 Sep 2007, Sebastian Pipping wrote: > (2) Nested namespaces do not work: > %prefix=abc::def should give > > namespace abc { > namespace def { > .. > } > } > > instead of > > namespace abc::def { > .. > } > > I guess? I