Live data from Hacker News

Viewing profile — cemdervis

cemdervis

HN member
Joined
Thu, Nov 02, 2023, 12:50 PM UTC
HN karma
241
Public activity
23 items

About cemdervis

No profile information was provided.

Recent public activity

  1. comment
    Comment #49033800

    pimpl also helps to keep data structure layout stable, e.g. Qt's d-pointer convention

  2. comment
  3. 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.

  4. story
  5. 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?

  6. 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…

  7. comment
    Comment #45967887

    Glad I could help!

  8. comment
    Comment #45963219

    https://cppstat.dev

  9. comment
    Comment #45287938

    Reminds of something I read somewhere: "I don't love Java, but I love the house it bought me."

  10. 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…

  11. 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…

  12. 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.

  13. 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…

  14. 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…

  15. 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…

  16. 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…

  17. 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…

  18. 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…

  19. comment
    Comment #43195105

    CMake + Ninja?

  20. comment
  21. comment
    Comment #42964103

    Fingers crossed

  22. comment
  23. comment
    Comment #42244809

    The "new" language you're describing sounds like Swift.