
Hicham Mouline schrieb:
-----Original Message----- From: "Hicham Mouline" [hicham@mouline.org] Date: 24/02/2010 10:17 AM To: boost-users@lists.boost.org Subject: Re: fusion struct adapted, latest trunk changes
Christopher, <snip> 1. temporarily, which files should I add this tweak to (boost\fusion\adapted\struct\extension.hpp is gone) 2. I understand your changes are about adapting class/struct templates. Where should I add this tweak to if I wish to use it for adapted templates,
--------------------------------------------------------------------------------
Attached are the 2 files I have changed to trunk now. It works for my non template struct case, I haven't tested yet for struct templates /classes/ class templates
Regards,
ps: I hope to be able to add this later for the other headers.
attached: boost\fusion\adapted\struct\detail\adapt_base.hpp attached: boost\fusion\adapted\struct\detail\extension.hpp
There is a minor bug in the new trunk code. I will fix it as soon as possible, and add your struct_member_name at the same time. -Christopher