AzerothCore 构建错误:找不到 charconv 文件

问题描述

在 Ubuntu 18.04 上尝试使用 clang 6 和 clang 10,AzerothCore 无法构建:

azerothcore error

解决方法

polly

的解决方案

更新到最新的 clang 和 cmake,同时安装 gcc-10

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt install gcc-10 g++-10