Microsoft's `__declspec(noalias)` is [documented ](https://docs.microsoft.com/en-us/cpp/cpp/noalias?view=msvc-170) as: > noalias means that a function call doesn't modify or reference visible global state and only modifies the memory pointed to directly by pointer parameters (first-level indirections). So it is analogous to gcc/clang `__attribute__((const))`. Currently `HEDLEY_CONST` does not generate it.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by OfekShilon and has received 1 comments.