newsbot
03.09.2015, 01:11
Автор: evil-at-wow
<pre style='white-space:pre-wrap;width:81ex'>Some minor code changes in preparation of C++11.
With the introduction of user-defined literals in C++11, code that uses
format macro constants with no space after the preceding string literal
is invalid.
Also avoid using code that will be seen by a C++11 compiler as an
invalid use of a variably-modified type (a variable-length array or
type derived from it).
(based on cmangos/mangos-wotlk@4011efb)
Signed-off-by: stfx <stfx@hotmail.de></pre>
Подробнее... (https://github.com/cmangos/mangos-cata/commit/c8e7cc74f010c9b88937fec202b88a99a1b30194)
<pre style='white-space:pre-wrap;width:81ex'>Some minor code changes in preparation of C++11.
With the introduction of user-defined literals in C++11, code that uses
format macro constants with no space after the preceding string literal
is invalid.
Also avoid using code that will be seen by a C++11 compiler as an
invalid use of a variably-modified type (a variable-length array or
type derived from it).
(based on cmangos/mangos-wotlk@4011efb)
Signed-off-by: stfx <stfx@hotmail.de></pre>
Подробнее... (https://github.com/cmangos/mangos-cata/commit/c8e7cc74f010c9b88937fec202b88a99a1b30194)