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
I have tried compiling in GCC and clang, with clang we get a byzantine error about std::shuffle. In gcc we have problems with uint.
As I understand we could create the Macro:
#ifdef __USE_MISC
/* Old compatibility names for C types. */
typedef unsigned long int ulong;
typedef unsigned short int ushort;
typedef unsigned int uint;
#endif
in a hydra.h file and then load it all over the source code.
Either way, solving this would be important
The text was updated successfully, but these errors were encountered:
I have tried compiling in GCC and clang, with clang we get a byzantine error about std::shuffle. In gcc we have problems with uint.
As I understand we could create the Macro:
in a hydra.h file and then load it all over the source code.
Either way, solving this would be important
The text was updated successfully, but these errors were encountered: