Hi, On Sat, Mar 23, 2013 at 02:08:49PM +0100, Norman Feske wrote: > I would like to go with the times and switch Genode to use C++11 by > default. ... > Are there any objections from Genode users? For example, is anyone of > you still using a custom tool chain that does not support C++11?
I have not investigated deeply into that matter, but there could be a problem for users linking together genode code with c++ code which cannot be compiled in c++11 mode. I'm no expert in that field but somebody who is might take a look at http://gcc.gnu.org/wiki/Cxx11AbiCompatibility and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53646 As far as I understand the above deal mainly with issues within the standard library which might not be a problem when relying on the genode toolchain but could for the lx_hybrid platform. GrĂ¼sse Andreas -- The three chief virtues of a programmer are: Laziness, Impatience and Hubris. -- Larry Wall ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Genode-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/genode-main
