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
The error I had is :
In file included from :108:
(10) : error: '_M_IX86' macro redefined [-pedantic]
#define _M_IX86 1
^
(107) : note: previous definition is here
#define _M_IX86 600
^
Extended Description
-pedantic is on by default, even if it's not being used
The text was updated successfully, but these errors were encountered: