cmangos / issues

This repository is used as a centralized point for all issues regarding CMaNGOS.
179 stars 47 forks source link

🐛 [Bug Report] #3738

Open lindily opened 3 days ago

lindily commented 3 days ago

Bug Details

compile g3dlite,System.cpp:error C2955 “std::lock_guard”: 使用 类 模板 需要 模板 参数列表 ------>please take all ----> std::lock_guard lock(m_lock);reedit ------>std::lock_guard< std::mutex > lock(m_lock); then complate compile!

Steps to Reproduce

1. 2. 3. 4.

Expected behavior

No response

Suggested Workaround

No response

Crash Log

No response

Core SHA1 Commit Hash

133e30a8078b87427eacbf55f1bfa3ae705c0706

Database SHA1 Commit Hash

NO

Operating System

windows10

Client Version

3.3.5a (Wrath of the Lich King)

insunaa commented 3 days ago

Windows builds fine in our CI/CD pipeline. Are you using an up-to-date version of the compiler toolchain?