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
Hi,
I always get the error "Symbol optional could not be resolved" for std::optional in Eclipse 2024-03 with linux GCC version 13.2.0. Below is my codes.
The text was updated successfully, but these errors were encountered:
Thanks. I have switched to gcc/13.2.0 and it works fine.
BR,Viet-Hung PhanEricsson Canada.
On Wednesday, March 13, 2024 at 01:36:08 a.m. EDT, Igor V. Kovalenko ***@***.***> wrote:
Looks like your GCC is version 8, see include paths. This could be too low by default, try setting -std=c++17 or configure CDT to use newer compiler.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Hi,
I always get the error "Symbol optional could not be resolved" for std::optional in Eclipse 2024-03 with linux GCC version 13.2.0. Below is my codes.
The text was updated successfully, but these errors were encountered: