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 am cross-compiling for ARM architecture with arm-linux-g++ (GCC) 3.4.4 compiler and the standard library header type_traits is under bits folder.
To fix the related compilation issue I have defined the following preprocessor directives, but I think that there is a better way to do the same thing.
I am cross-compiling for ARM architecture with
arm-linux-g++ (GCC) 3.4.4
compiler and the standard library headertype_traits
is underbits
folder.To fix the related compilation issue I have defined the following preprocessor directives, but I think that there is a better way to do the same thing.
The text was updated successfully, but these errors were encountered: