This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: The future C++ template model in gcc


mike stump wrote:

> Don't give next the one that requires an overload decision, the code
> would be just like the above, only more complex.  In the end, it
> devolves into a C++ interpreter.
Yes, you're right - I was imprecise. what I should have said was

In general it is not possible without turning the runtime into the
C++ compiler (or equivalent of it).

After all the compiler does it, so it must be possible.

nathan
-- 
Dr Nathan Sidwell :: Computer Science Department :: Bristol University
Never hand someone a gun unless you are sure where they will point it
nathan@acm.org  http://www.cs.bris.ac.uk/~nathan/  nathan@cs.bris.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]