
28 Feb
2013
28 Feb
'13
1:33 a.m.
On Wed, Feb 27, 2013 at 5:13 PM, Steven Watanabe
That's actually pretty easy:
typedef boost::variant< TSItemImpl<double>, TSItemImpl<unsigned> > TSItem;
then use boost::apply_visitor for all operations on TSItems.
Steven, Thank you. I will absorb and attempt to incorporate this approach. Or I will fail and let you know know how it fails. Chris