mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
f82122d9be
- BOOST_FOREACH -> for - replaced several boost classes with std (e.g. unordered) - removed gcc-4.5 workarounds - ran clang c++11 migration tool to detect some cases: - - pointer initialized with "0" to nullptr - - replace for with iterators with range-based for - - use auto in some situations (type name specified twice, avoid long iterators type names) |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ERM.cbp | ||
ERM.vcxproj | ||
ERMInterpreter.cpp | ||
ERMInterpreter.h | ||
ERMParser.cpp | ||
ERMParser.h | ||
ERMScriptModule.cpp | ||
ERMScriptModule.h | ||
StdInc.cpp | ||
StdInc.h |