Closed noodlecollie closed 2 years ago
Damn, it seems MSVC and GCC treat the if constexpr
syntax differently, that's helpful 🙃 Will fix.
Hi, slightly altered your pull request and pushed two commits: deb0e22617afdaba26e6105d1251f2b4aeb6d541 and 4f6d60c1c90aa55110c46342487d64615790ce8a. Thank you for the contribuition, I really apreciate it.
This PR fixes a couple of warnings I came across:
if
statement missing a constexpr qualification on one of the conditions. Since the condition was compound, with one bit being constexpr and the other not, I separated it into two.