mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Dep/Boost: Drop windows boost hacks (#29358)
This commit is contained in:
@@ -63,8 +63,6 @@
|
||||
#include <boost/heap/fibonacci_heap.hpp>
|
||||
#include <sstream>
|
||||
|
||||
#include "Hacks/boost_1_74_fibonacci_heap.h"
|
||||
|
||||
#define DEFAULT_GRID_EXPIRY 300
|
||||
#define MAX_GRID_LOAD_TIME 50
|
||||
#define MAX_CREATURE_ATTACK_RADIUS (45.0f * sWorld->getRate(RATE_CREATURE_AGGRO))
|
||||
@@ -81,8 +79,6 @@ struct RespawnListContainer : boost::heap::fibonacci_heap<RespawnInfoWithHandle*
|
||||
{
|
||||
};
|
||||
|
||||
BOOST_1_74_FIBONACCI_HEAP_MSVC_COMPILE_FIX(RespawnListContainer::value_type)
|
||||
|
||||
struct RespawnInfoWithHandle : RespawnInfo
|
||||
{
|
||||
explicit RespawnInfoWithHandle(RespawnInfo const& other) : RespawnInfo(other) { }
|
||||
|
||||
Reference in New Issue
Block a user