mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Fix build for older compilers
This commit is contained in:
@@ -89,7 +89,7 @@ private:
|
||||
};
|
||||
|
||||
template<typename T>
|
||||
using is_lambda_event = std::enable_if_t<!std::is_base_of_v<BasicEvent, std::remove_pointer_t<T>>>;
|
||||
using is_lambda_event = std::enable_if_t<!advstd::is_base_of_v<BasicEvent, std::remove_pointer_t<T>>>;
|
||||
|
||||
class TC_COMMON_API EventProcessor
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user