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
Does the indexer recognize the __has_builtin operator? Getting red squiggly lines for std::source_location, GCC header source_location has this guard which the indexer thinks evaluates to false:
__cplusplus is 202002L, so it's the second term. I tried to add __builtin_source_location as a built-in macro under Preprocessor Include Paths, Macros etc./CDT User Settings Entries to no avail.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Does the indexer recognize the
__has_builtin
operator? Getting red squiggly lines forstd::source_location
, GCC headersource_location
has this guard which the indexer thinks evaluates tofalse
:__cplusplus
is 202002L, so it's the second term. I tried to add__builtin_source_location
as a built-in macro under Preprocessor Include Paths, Macros etc./CDT User Settings Entries to no avail.Beta Was this translation helpful? Give feedback.
All reactions