logoalt Hacker News

pjmlp04/24/20252 repliesview on HN

I write C++, and complain about still not having a portable C++17 implemenation that fully supports parallel STL, not having a full compliant C++20 compiler, embedded compilers kind of still catching up with C++14, and I could rant on.


Replies

ynik04/24/2025

Are there any embedded compilers left that try to implement their own C++ frontend? To me it looks like everyone gave up on that and uses the clang/gcc/EDG frontends.

show 1 reply
nurettin04/24/2025

Yes to all that, but oneapi::dpl has been out for a while.

show 1 reply