<div dir="ltr">Hi Team,<br><div><br></div><div>Time flies, compilers improve, and one of the most frequent requests is to switch ScummVM to a newer standard of C++.</div><div><br></div><div>Of course, our primary project goal is portability, thus, we need to assess the readiness carefully. I will include this in our next release process as a step to check, but still, it would be great to get information as soon as possible.</div><div><br></div><div>Thus, all porters, could you please get the latest master, and run configure with the following flag:</div><div><br></div><div>   <font face="monospace">./configure --enable-test-cpp11</font></div><div><br></div><div>This will add <font face="monospace">base/test_new_standards.cpp</font> file to the compilation (or add it manually if you use a different build system. The file is a no-op, but checks compilation of the new desired features of c++11 standard. If you have some compilation error, there is a way to disable specific tests, and see which things could and which couldn't be supported. Then report this to me, or directly put the results on the Wiki: <a href="https://wiki.scummvm.org/index.php?title=Compiling_ScummVM/C%2B%2B11_Readiness">https://wiki.scummvm.org/index.php?title=Compiling_ScummVM/C%2B%2B11_Readiness</a></div><div><br></div><div>The details of the code and description could be found in this PR by ZvikaZ:</div><div><br></div><div>  <a href="https://github.com/scummvm/scummvm/pull/2259">https://github.com/scummvm/scummvm/pull/2259</a></div><div>   </div><div>Also, if you have general ideas about the effort or additional tests, please share them.</div><div><br></div><div><br></div><div>Eugene</div></div>