Viewing profile — cemdervis
cemdervis
HN member- Joined
- Thu, Nov 02, 2023, 12:50 PM UTC
- HN karma
- 241
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About cemdervis
No profile information was provided.
Recent public activity
-
comment
Comment #49033800
pimpl also helps to keep data structure layout stable, e.g. Qt's d-pointer convention
- comment
-
comment
Comment #48698479
For transparency: That was the previous title of the page. I since changed many things on that site and reworded some fluff. Cheers.
- story
-
comment
Comment #47576944
I am not aware of such a thing. Is GitHub itself requesting that when you create a PR, or is it because of the site's editor?
-
comment
Comment #47572372
GCC and MSVC are pretty close. fyi, the tables on cppreference are rather outdated at this point. I made a more up-to-date, community-maintained site: https://cppstat.dev/?conforma…
-
comment
Comment #45967887
Glad I could help!
-
comment
Comment #45963219
https://cppstat.dev
-
comment
Comment #45287938
Reminds of something I read somewhere: "I don't love Java, but I love the house it bought me."
-
comment
Comment #45222080
Hi, the live search is for developers that want to quickly look up the support for a particular feature. The "missing features" feature and filtering by compiler versions is someth…
-
comment
Comment #45222062
Hi, I first designed this site as a way for C++ developers to quickly look up support for particular features (as you've described, in isolation). But in the long run, I think we c…
-
comment
Comment #45221979
Hi, thanks. I agree, modules support is kind of there, but not really. I think we could only go by what the compiler vendors state, and add some notes about what's missing.
-
comment
Comment #45221963
Hi, I got the initial information from the cppreference compiler support site, then verified with each compiler vendors support tables and updated the information accordingly. Then…
-
comment
Comment #45221880
Thank you very much, I also plan to add more information to the information section of each feature, so that people have the option to TL;DR instead of heading over to the proposal…
-
comment
Comment #45221864
Hi, yes, it's just because I'm still trying out some design ideas and am polishing the code. I'm already in the process of open-sourcing it, so that everyone can contribute via Git…
-
comment
Comment #45181692
Thanks! I agree to an extent, but it's also the beast the industry married. So as long as it's around, we might as well "deal with it". This page is hopefully one tool that helps w…
-
comment
Comment #45181668
Hi! That's certainly possible, and also what I'm already doing. However, it's very time-consuming to do it for every single feature. The compiler vendors already provide their feat…
-
story
Show HN: C++ Compiler Support Page
Hi HN, I have created a webpage that displays all C++ features since C++20 in a simple, searchable table. It is intended to serve as a quick reference for C++ developers, whether a…
-
comment
Comment #43195105
CMake + Ninja?
- comment
-
comment
Comment #42964103
Fingers crossed
-
comment
Comment #42272596
Swift
-
comment
Comment #42244809
The "new" language you're describing sounds like Swift.