[gameprogrammer] Re: Any C++ macro champions out there?

  • From: Alan Wolfe <alan.wolfe@xxxxxxxxx>
  • To: gameprogrammer@xxxxxxxxxxxxx
  • Date: Thu, 3 Jan 2013 17:14:00 -0800

Thanks for the tip, i'll check it out!


On Thu, Jan 3, 2013 at 4:47 PM, Chris Eineke <gameprogrammer@xxxxxxxxxxxxxxx
> wrote:

>  On 13-01-03 01:29 AM, Alan Wolfe wrote:
>
> Any C++ macro champions out there? I'm Trying to figure out how to do
> something and hoping i don't have to fall back on code generation or manual
> maintenance :P
>
> I have a macro list defined like this:
>
> Why not use a template? You can follow the general approach to using
> templates at compile to generate data structures in Alexandrescu's template
> metaprogramming reference "Modern C++ Design."
>
> - chris
>

Other related posts: