om-synth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Om-synth] He's baaaaack


From: Dave Robillard
Subject: Re: [Om-synth] He's baaaaack
Date: Mon, 05 Dec 2005 20:05:50 -0500

On Fri, 2005-02-12 at 22:29 +0100, Lars Luthman wrote:
> On Fri, 2005-12-02 at 21:13 +0100, address@hidden wrote:
> > It seems the current cvs doesn't compile (at least on my computer using gcc 
> > 3.3.6), because of this line in bridgenode.cpp :
> > 
> > m_driver_port = om->driver<T>()->create_port(m_external_port);
> > 
> > As far as I can tell, you can't specify which function driver() you want 
> > this 
> > way.
> 
> It compiles fine here with GCC 4.0.1. Does it work if you change that
> line to
> 
>  m_driver_port = om->template driver<T>()->create_port(m_external_port);

Ah, I spoke to soon.

Good lord, is that ever ugly. :)  It works for me though

Thanks (committed)

-DR-





reply via email to

[Prev in Thread] Current Thread [Next in Thread]