Re: [Algorithms] Complexity of new hardware
Brought to you by:
vexxed72
|
From: Jon W. <jw...@gm...> - 2009-04-18 14:27:29
|
Jarkko Lempiainen wrote: > So far defining introspection straight in C++ has worked well for me, so you > don't have to generate nor parse anything and have full arsenal of C++ > features in your use. > Yes; the only thing that is annoying is the repeating-yourself problem. I find I usually need to repeat myself one and a half time. First, it's the declaration. Then, it's the repeat of the declaration, in macro form. Finally, it's some small bits of macro that builds the helpers/visitors/registration needed to make it all "go." Sincerely, jw |