This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: C++ and STL?


> On Wed, 21 Sep 2011, gmail wrote:
> Is there a package for STL and eCos 3.0?

The problem with what was once called STL (which has actually been part of
the C++ language since 1998) is that it has no way to report out-of-memory
errors other than by throwing bad_alloc. uSTL doesn't seem to be any
different. But last I looked, eCos didn't support C++ exceptions, because
the kernel didn't provide the helper functions needed to make them
thread-safe. eCosCentric's version did, but that was something you could
only use if you bought their package. Is this still the case? I haven't
worked with eCos for about four years now, so I haven't been keeping track.

-- 

Ciao,               Paul D. DeRocco
Paul                mailto:pderocco@ix.netcom.com 


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]