peter1591 / hearthstone-ai

A Hearthstone AI based on Monte Carlo tree search and neural nets written in modern C++.
302 stars 49 forks source link

Add C++17 attributes #58

Closed peter1591 closed 7 years ago

peter1591 commented 7 years ago

Thanks to @frostfrog 's suggestion, we can add c++17 attributes when necessary

https://blog.tartanllama.xyz/c++/2017/07/20/c++17-attributes/