cbeck88/visit_struct

Visiting template classes

sptrakesh opened this issue · 1 comments

What is the right way to visit template classes/structs? I am using the intrusive macros, but seem to be able to only mark 2 fields as visitable. Any more, and I get functions that differ only in their return type cannot be overloaded errors.

Interesting question, I hadn't considered that. Need to think about it