
19 Mar
2011
19 Mar
'11
2:21 p.m.
My experience is that simple things are not always as simple as we thought. * Making it portable adds always a lot of issues. * Finding the correct names and interface is not an easy task as the TypeTraits operators review probes.
Should I add a summary to the list of ideas?
Sure. I think that this is a good idea. I might also point at my side project Origin (http://code.google.com/p/origin/), which has a similar goal. I'm basically incorporating concept checking classes and traits classes into a uniform system with the intent of actually using them in other libraries :) Of course this work is still in progress; I'm actually working on them in a slightly different context. But the idea is the same. Andrew