From: Roy S. <roy...@ic...> - 2018-07-05 05:02:51
|
On Wed, 4 Jul 2018, Renato Poli wrote: > Thanks. Will try that. > It is constant size. > In fact, I could make my way through in a dirty pair<int, pair<int, pair<int, int> > > > I'm debugging something else right now. > I will have to come back later an ddo the specialization. It sounds like you'd rather be doing a tuple<int, int, int, int>? I'll try setting up a unit test with that and see if I can fix the tuple specialization, but if you're in a hurry don't wait on me. --- Roy |