Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Dep/Boost: Drop windows boost hacks (#29358)
Browse files Browse the repository at this point in the history
  • Loading branch information
funjoker committed Oct 18, 2023
1 parent 031e41c commit b7a9e6d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 99 deletions.
30 changes: 0 additions & 30 deletions src/common/Hacks/boost_1_73_process_windows_nopch.h

This file was deleted.

61 changes: 0 additions & 61 deletions src/common/Hacks/boost_1_74_fibonacci_heap.h

This file was deleted.

2 changes: 0 additions & 2 deletions src/common/Utilities/StartProcess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#include "Optional.h"
#include "Util.h"

#include "Hacks/boost_1_73_process_windows_nopch.h"

#include <boost/algorithm/string/join.hpp>
#include <boost/iostreams/copy.hpp>
#include <boost/process/args.hpp>
Expand Down
3 changes: 0 additions & 3 deletions src/server/game/Combat/ThreatManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
#include "WorldPacket.h"
#include <algorithm>

#include "Hacks/boost_1_74_fibonacci_heap.h"
BOOST_1_74_FIBONACCI_HEAP_MSVC_COMPILE_FIX(ThreatManager::threat_list_heap::value_type)

const CompareThreatLessThan ThreatManager::CompareThreat;

void ThreatReference::AddThreat(float amount)
Expand Down
3 changes: 0 additions & 3 deletions src/server/game/Maps/Map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@
#include <unordered_set>
#include <vector>

#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
#define MAX_CREATURE_ATTACK_RADIUS (45.0f * sWorld->getRate(RATE_CREATURE_AGGRO))
Expand Down

0 comments on commit b7a9e6d

Please sign in to comment.