
10 Jul
2010
10 Jul
'10
12:37 p.m.
On 10 Jul 2010, at 12:55, Mathias Gaunard wrote:
Le 10/07/2010 12:50, Edward Diener a écrit :
Have I missed anything in terms of other later libraries superceding the functionality that was in this one ? Are the techniques used in this library flawed in any way ? I would love to see this library as part of Boost, if just for the operator metafunctions, and have told Terje Slettebø so.
C++0x has more or less "native" support to do these things better, so I suppose that might have influenced the decision to not continue the work on that library.
No, concepts are not in the final version of C++0x, due to (in my opinion) insufficent experience of implementation and usage. Chris