Changeset 65203

Timestamp:
Sep 2, 2010, 10:40:31 PM (12 years ago)
Author:
Daniel James
Message:

Merge optimization for stacking macros.

It turns out the spirit 2 version didn't have the speed problem because the
spirit 2 macro copy constructs by reference. But this also meant that scoping
wasn't working properly. So this fixes that, but probably makes this slower.
Especially since gcc can't cope with a symbol table stored directly in a
container (because it tries to use & to take its address).

(No files)

Note: See TracChangeset for help on using the changeset viewer.