Re: [boost] PP lambda?

2003-04-12 Thread Joel de Guzman
Paul Mensonides wrote: Joel de Guzman wrote: And that takes all the fun out of it. pp-metaprogramming and indeed template metaprogramming, given the current language, is all about _manipulation_ of the language. If you take that away, it is still very useful, but not as creative,

Re: [boost] PP lambda?

2003-04-12 Thread Paul Mensonides
Joel de Guzman wrote: Hmmm how about namespaces (or modules) ? :o)... # BOOST_PP // boost PP namespace // blah blah blah # # MY_MODULE // my module namespace #using BOOST_PP // using boost PP namespace // blah blah blah # Hi Joel, I'm already in the process of