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
_______________________________________________
Texmacs-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/texmacs-dev