PDA

Просмотр полной версии : Replace finite() with the standard C++ equivalent std::isfinite().


newsbot
04.11.2015, 08:43
Автор: evil-at-wow


<pre style='white-space:pre-wrap;width:81ex'>Replace finite() with the standard C++ equivalent std::isfinite().

This fixes compile errors on systems that don't define the non standard
finite(), such as GCC on Mac OS X.

(based on cmangos/mangos-wotlk@056afb2)

Signed-off-by: Xfurry <xfurry@scriptdev2.com></pre>


Подробнее... (https://github.com/cmangos/mangos-cata/commit/04faabd30667a237a951c464bee85fcef4d0d4a8)