mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-11-26 14:04:34 +00:00
Changed a block of code that was performing a series of string concatenations to use an ostringstream instead. This allowed the removal of calls to std::to_string (not C++03 compliant) and fixes an compile error in MSVC 2010 (ambigous overload when calling std::to_string). |
||
|---|---|---|
| .. | ||
| docs | ||
| context.hpp | ||
| controlopcodes.hpp | ||
| defines.cpp | ||
| defines.hpp | ||
| genericopcodes.hpp | ||
| installopcodes.cpp | ||
| installopcodes.hpp | ||
| interpreter.cpp | ||
| interpreter.hpp | ||
| localopcodes.hpp | ||
| mathopcodes.hpp | ||
| miscopcodes.hpp | ||
| opcodes.hpp | ||
| runtime.cpp | ||
| runtime.hpp | ||
| scriptopcodes.hpp | ||
| spatialopcodes.hpp | ||
| types.hpp | ||