kr3nshaw / caesar

A tool that extracts the contents of Citrus Sound Archives
GNU General Public License v3.0
54 stars 5 forks source link

Specify enum for _If #14

Closed sealsrock12 closed 2 years ago

sealsrock12 commented 2 years ago

When I tried building caesar, I got an error about _If being ambiguous. On clang for MacOS, at least, _If is defined in the type_traits header. This should fix that.