
3 Nov
2006
3 Nov
'06
3:01 a.m.
On 10/25/2006 07:38 AM, Larry Evans wrote:
On 10/25/2006 05:30 AM, Tobias Schwinger wrote: [snip]
replacement that uses typeof instead of virtual dispatch (see [snip] The zip file:
<boost-vault>/Template Metaprogramming/proto_static_disp.zip
uses g++ typeof, CRTP, and mpl::fold to do what sounds like something similar, i.e. eliminate the virtual dispatch. IIRC, the CRTP was In a private email to me, Tobias kindly pointed out that the method in proto_static_disp has similarities with spirit's subrule method for eliminating virtual dispatch. I should have researched spirit more thoroughly and noted this similarity in my vault code and the post to this list.