9 Jan
2008
9 Jan
'08
5:39 p.m.
AMDG
Joel de Guzman
Here's an acid test for the API -- try to implement my suggested syntax on top of the "simple" API. You'll soon realize that you can't --without having to write the same amount of PP expansions all over again. It's not a suitable building block, like say, mpl::for_each.
Try implementing the "simple" API on top of your suggested syntax. It can't be done either. (Variadic templates would make both possible, I believe.) In Christ, Steven Watanabe