morinim / vita

Vita - Genetic Programming Framework
Mozilla Public License 2.0
35 stars 6 forks source link

Remove UNUSED macro [C++17] #13

Closed morinim closed 6 years ago

morinim commented 7 years ago

C++17 introduces the [[maybe_unused]] attribute for the same purpose of our UNUSED macro (defined in compatibility_patch.h).