Page 1 of 1

C++11

Posted: Fri Jun 05, 2015 8:26 am
by AReichl
Hi,
there is an interesting entry on the Ogre forum:

http://www.ogre3d.org/forums/viewtopic.php?f=4&t=80319

Does not really answer the question of using C++11 in game engines, but maybe we can get some "brain food" out of it.

Re: C++11

Posted: Fri Jun 05, 2015 8:36 am
by CuteAlien
Thanks, nice to see their experiences.

Re: C++11

Posted: Mon Jan 21, 2019 1:13 am
by digijohnny
as of r18 Android NDK toolchain has dropped gnustl completely forcing a change to c++11
i just found this out while trying to rebuild my ogles src from eclipse to Studio.

Re: C++11

Posted: Mon Jan 21, 2019 11:07 am
by CuteAlien
OK, if you have any feedback about Android version - just mention it on forum please. I've not used Irrlicht in Android a long time, so aside from re-compiling new changes once in a while in (an old SDK) Android I won't notice much problems there.

Re: C++11

Posted: Mon Jan 21, 2019 11:36 pm
by digijohnny
thanks for the good outlook. os/runtime dependent crap always scares me a bit.
i just finished successful NDK build with c++11 with minor edits, just included all stdc++11 headers in os.h
ill post in android forum