ZhengPeiRu21 / mod-playerbots

AzerothCore Playerbots Module
MIT License
193 stars 93 forks source link

fix build for clang #170

Closed AlvinZhu closed 1 year ago

AlvinZhu commented 1 year ago

https://github.com/llvm/llvm-project/issues/52696#issuecomment-994137960

libc++ does not implement all of ranges yet

ZhengPeiRu21 commented 1 year ago

Good to know, thank you. I will avoid using ranges in the future.