You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, the #define byte win_byte_override and #undef byte.
But my impression is that this should be solved in the library itself.
The text was updated successfully, but these errors were encountered:
F-I-D-O
changed the title
Include of indicators library can trigger the byte symbol ambiguity problem on Windows
Including indicators library can trigger the byte symbol ambiguity problem on Windows
Jan 29, 2021
Example:
And so on...
Currently, I resolved it using this solution: https://stackoverflow.com/questions/45957830/gdipluspath-throws-ambiguous-byte-for-cstddef-and-rpcndr-h
Specifically, the
#define byte win_byte_override
and#undef byte
.But my impression is that this should be solved in the library itself.
The text was updated successfully, but these errors were encountered: