Closed sealsrock12 closed 3 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.
_If
type_traits
When I tried building caesar, I got an error about
_If
being ambiguous. On clang for MacOS, at least,_If
is defined in thetype_traits
header. This should fix that.