Difference between revisions of "Compiling ScummVM/C++11 Readiness"

Jump to navigation Jump to search
describe the option effect
(Various updates from tests with last version and dockerized-bb)
(describe the option effect)
Line 2: Line 2:


Run <code>./configure --enable-c++11 --enable-test-c++11</code>.
Run <code>./configure --enable-c++11 --enable-test-c++11</code>.
This option enables the inclusion of file <code>base/test_new_standards.cpp</code> where we have tests for the desired important C++11 standard features (thanks to ZvikaZ).


== Results ==
== Results ==

Navigation menu