texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] "Overloading ambiguity" error in compiling 1.0.7.2


From: Joris van der Hoeven
Subject: Re: [Texmacs-dev] "Overloading ambiguity" error in compiling 1.0.7.2
Date: Fri, 19 Jun 2009 21:23:43 +0200
User-agent: Mutt/1.5.9i

On Fri, Jun 19, 2009 at 02:49:38PM -0400, Kostas Oikonomou wrote:
> Thanks for the suggestion.   I changed the fragment
> 
> box
> action_box (path ip, box b, tree filter, command cmd, bool ch) {
>   return tm_new<action_box_rep> (ip, b, filter, cmd, ch, 
> decorate ());
> }
> 
> to
> 
> box
> action_box (path ip, box b, tree filter, command cmd, bool ch) {
>   return tm_new<action_box_rep> ((const list<int>&) ip, b, 
> filter, cmd, ch, decorate ());
> }
> 
> but the error remains the same.   Unfortunately my knowledge 
> of C++ is tiny, and I don't know how to add additional 
> tm_new forms in fast_alloc.hpp as you suggest.

!!!???

> If you can give an example, I will try.

You may also try to change the specification of action_box to

box action_box (const path& ip, const box& b, const tree& filter, etc.)

and see whether that works. --Joris




reply via email to

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