Hi all,

Compiling Rosegarden-4-1.0 (stable) with Sun cc/CC, i get following about FastVector.h :

"FastVector.h", line 543: Error: Could not find a match for FastVector<T>::insert(const FastVector<T>::iterator&, InputIterator&, InputIterator&).

The problem seems to be in the function itself, i.e. :

{
   size_type n = p.m_i;
   while (i != j) {
   --j;
   insert(n, *j);
   }
   return begin() + n;
}

Can anyone remember what it's possible as change in the syntax, or in the "insert" function itself ?

- no any one problem with following "erase" function (line 552 and below), with was (good) patched for gcc-3.4.

- of course, the whole project compils completely with gcc-3.4.4, but i need to use my "too strict" Sun compilers for a good synchronization with my aRTs (otherwise the notes plays infinitely...)

Cheers,

Sergio










-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to