mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Misc Fixed build with boost 1.74 (#28679)
This commit is contained in:
@@ -66,7 +66,6 @@
|
||||
#include <sstream>
|
||||
|
||||
#include "Hacks/boost_1_74_fibonacci_heap.h"
|
||||
BOOST_1_74_FIBONACCI_HEAP_MSVC_COMPILE_FIX(RespawnListContainer::value_type)
|
||||
|
||||
#define DEFAULT_GRID_EXPIRY 300
|
||||
#define MAX_GRID_LOAD_TIME 50
|
||||
@@ -81,6 +80,9 @@ struct RespawnInfoWithHandle;
|
||||
struct RespawnListContainer : boost::heap::fibonacci_heap<RespawnInfoWithHandle*, boost::heap::compare<CompareRespawnInfo>>
|
||||
{
|
||||
};
|
||||
|
||||
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