nemequ / hedley

A C/C++ header to help move #ifdefs out of your code
https://nemequ.github.io/hedley/
Creative Commons Zero v1.0 Universal
774 stars 51 forks source link

Fix #54 - add __declspec(noalias) for any MSVC #55

Open OfekShilon opened 2 years ago

OfekShilon commented 2 years ago

I don't have access to old MSVCs, for now I added any _MSC_VER. Also I believe this means HEDLEY_CONST must be used as a function prefix. Must leave this to the user.