certi-devel
[Top][All Lists]
Advanced

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

Re: [certi-dev] Solaris10/SunStudio


From: Martin Spott
Subject: Re: [certi-dev] Solaris10/SunStudio
Date: Mon, 18 May 2009 20:58:03 +0000 (UTC)
User-agent: tin/1.9.3-20080506 ("Dalintober") (UNIX) (Linux/2.6.29.3 (x86_64))

Wow, what a quick turnaround !

Eric Noulard wrote:
> 2009/5/18 Martin Spott <address@hidden>:

>> I'm randomly lurking into the various projects which are somehow
>> related to FlightGear - today this is CERTI  :-)
> 
> What a good choice :-)

Oh, definitely! If I would just check-compile and -run FlightGear's
various dependencies, this would be only half of the hassle - but I'm
even still trying to run one of its side projects ....

> This is definitely an STL issue.
> You know the 'S' of Standard Template Library is just a plain lie :-)

Yup, the nice thing about standards is that there are so many to choose
from ....

> In the meantime, would you mind trying to replace:
> // broadcastSomeMessage needs a vector, no set -> conversion
> vector<FederateHandle>
> federate_vector(federate_set.begin(),federate_set.end());
> 
> by:
> // broadcastSomeMessage needs a vector, no set -> conversion
> vector<FederateHandle> federate_vector(federate_set.size());
> std::copy(federate_set.begin(),federate_set.end(),federate_vector.begin());

Excellent idea ....  compiles nicely - I'll report back if it's
resulting in a working RTIG.

Many thanks,
        Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------




reply via email to

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