Visiting template classes
sptrakesh opened this issue · 1 comments
sptrakesh commented
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.
cbeck88 commented
Interesting question, I hadn't considered that. Need to think about it