Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » C++20 concepts support(Eclipse CDT does not recognize C++20 concepts)
C++20 concepts support [message #1864983] Mon, 22 April 2024 13:04
Rouslan Abdukhanov is currently offline Rouslan AbdukhanovFriend
Messages: 1
Registered: April 2024
Junior Member
Hello,

I am currently using the latest version of Eclipse CDT along with GCC 13.2.0 compiler. I've been trying to utilize C++20 concepts in my code, specifically using the requires keyword, but Eclipse seems to be unable to recognize it. When I include concepts like requires std::totally_ordered<T> (see in my_priority_queue.h), Eclipse expects a semicolon at the end of the line and does not recognize the requires keyword.

Is there a specific configuration or update required to enable support for C++20 concepts in Eclipse CDT? Any guidance on how to resolve this issue would be greatly appreciated.

Thank you.
Previous Topic:Eclipse Debugger Usage with gcc on WIndows
Next Topic:Headless build on 2021-03 building multiple times
Goto Forum:
  


Current Time: Wed Oct 09 19:34:52 GMT 2024

Powered by FUDForum. Page generated in 0.03871 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top