On 13 February 2017 at 12:17, Nickolai Medvedev <raizel....@yandex.ru> wrote:
> So, Robert, if you if you are going to use C++11, it means that
> OpenThreads won't be used anymore(use std::thread)?

One of the reasons to use C++11 is avoid the need to external
dependencies such as OpenThreads.

However, C++11 threading is still a bit too primitive for serious
threading work as there is no support for processor affinity so we'd
need to implement this.

Robert.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to