-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal error: variable has incomplete type 'void' #137
Comments
Also have 2 errors attempting to compile. |
Need use git clone |
still get /azerothcore/modules/mod-anticheat/src/AnticheatMgr.cpp:35:38: note: in call to 'basic_string(&"anticheat"[0], std::allocator())' |
std::string can't init via constexpr, yes, this is bad code |
constexpr const char* modulestring = "anticheat"; |
Current Behaviour
When compiling, I get two errors:
and
Expected Blizzlike Behaviour
Should compile fine
Source
No response
Steps to reproduce the problem
Use the playerbots-fork of Azerothcore
git pull the anticheat module
Compile
Extra Notes
No response
AC rev. hash/commit
Don't have one since it happens when I'm compiling
Operating system
Ubuntu 22.04
Custom changes or Modules
No response
The text was updated successfully, but these errors were encountered: