Re: how does Fiasco achieve C++ support
Adam Lackorzynski <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon Jul 06, 2015 at 17:03:33 -0400, Yuxin Ren wrote: > Hi, > > Your reply is really helpful. > One more question is about cxx library in L4re. > l4re has an additional cxx library (src/l4/pkg/cxx), which also > includes some c++ support stuff. > As we already have libstdc++ and libsupc++, why do we need such > additional library? > What is the relationship between this cxx library and libstdc++, libsupc++? cxx is a very simple support library that is useful if you do not want to include the whole libstdc++, for example, because it is not yet available (libstdc++ also has build requirements) or you want to have something tiny etc. However, there's also no strong technical pro/cons for all cases, sometimes it's just taste or similar. Adam -- Adam [email protected] Lackorzynski http://os.inf.tu-dresden.de/~adam/