Hi Chris -- Speaking personally, I wouldn't have a problem with seeing this recoded, though I also don't touch this part of the code often enough to suffer from it either. I remember Steve wrestling with it in the early days, getting it working, and I haven't thought about it much since then.
Note that we're coming up on feature freeze (today) and code freeze (next week) for the upcoming release, so at this point, a reworking shouldn't be committed until after the release branch is cut. -Brad On Tue, 25 Mar 2014, Chris Wailes wrote: > Is there any interest in replacing the DECLARE_COPY and DECLARE_SYMBOL_COPY > macros by using the curiously reoccurring template > pattern<http://en.wikipedia.org/wiki/Curiously_recurring_template_pattern#Polymorphic_copy_construction>for > polymorphic copying? This would remove some of the macro coding which > might improve the readability of some of the classes. > > - Chris > ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Chapel-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-developers
