this post was submitted on 11 Oct 2023
349 points (92.5% liked)

Programmer Humor

31992 readers
376 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
349
submitted 11 months ago* (last edited 11 months ago) by raubarno@lemmy.ml to c/programmerhumor@lemmy.ml
 

Used all of these three. I don't want to even look at MS Visual C/C++ ecosystem.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] bisserkr@lemmy.world 5 points 11 months ago (1 children)

Why is it that whenever there's a compiler problem at work, it's always gcc and clang, and not the other way around.

[โ€“] flying_gel@lemmy.world 3 points 11 months ago

I find gcc and clang being pickier, often due to not having non-standard extensions (I'm looking at you passing rvalue non-const ref parameter)