25 Feb
2015
25 Feb
'15
11:50 p.m.
On 02/25/2015 11:02 AM, pfultz2 wrote:
IMO the fact it mimics the standard library is very positive, for it makes transition much easier for someone used to the STL first experimenting with metaprogramming.
Actually, that is what has helped me when I started using MPL. However, iterator-based approach for metaprogramming has a huge impact on performance. There is no such thing as random access in TMP.
Not now, but maybe in the future: http://atpp.irrequietus.eu/atpp-c79f4b7.pdf -regards, Larry