Visual Studio 6 Compiler Error

If the first patch doesn't work, this one might. It basically does VC++6's job for it by expanding the member function templates into polymorphic member functions that call an external function template with a bunch of extra arguments (theRenderer and friends).

It costs in terms of flexibility and is an ugly solution but is probably preferable to dropping the templates entirely.

Ken

backendAggCppImTheCompiler-svn2039.patch (7.5 KB)

···

On 04/19/06 11:09, Charlie Moad wrote:

Hmm, not sure. I will try this when I get home.

I just sent the errors for the last 2 patches you posted. It really
isn't worth all this time and effort, Ken. I do appreciate the hard
work though.

- Charlie

···

On 4/19/06, Ken McIvor <mcivor@...227...> wrote:

On 04/19/06 11:09, Charlie Moad wrote:
> Hmm, not sure. I will try this when I get home.

If the first patch doesn't work, this one might. It basically does VC++6's
job for it by expanding the member function templates into polymorphic member
functions that call an external function template with a bunch of extra
arguments (theRenderer and friends).

It costs in terms of flexibility and is an ugly solution but is probably
preferable to dropping the templates entirely.