
1 Sep
2007
1 Sep
'07
9:17 p.m.
on Sat Sep 01 2007, Douglas Gregor <doug.gregor-AT-gmail.com> wrote:
while an AST-producing C++ parser won't have much less code than a full C++ compiler, it will execute far less of that code. You need template instantiation and overload resolution, but only in very limited cases.
Seems to me that parsing almost any non-templated code that uses a class template for anything will need template instantiation. What am I missing? -- Dave Abrahams Boost Consulting http://www.boost-consulting.com The Astoria Seminar ==> http://www.astoriaseminar.com