paequ2@lemmy.today to Programmer Humor@lemmy.mlEnglish · 2 days agoUse this information wiselylemmy.mlimagemessage-square85fedilinkarrow-up1584arrow-down18
arrow-up1576arrow-down1imageUse this information wiselylemmy.mlpaequ2@lemmy.today to Programmer Humor@lemmy.mlEnglish · 2 days agomessage-square85fedilink
minus-squarepaequ2@lemmy.todayOPlinkfedilinkarrow-up21·edit-22 days agoIDE users pretending compilers don’t exist. $ guix shell gcc [env]$ g++ test.cpp test.cpp:4:16: warning: `0;' is not in NFC [-Wnormalized=] 4 | return 0<U+037E> | ^~~~~~~~~ test.cpp: In function ‘int main()’: test.cpp:4:16: error: unable to find numeric literal operator ‘operator"";’ test.cpp:4:18: error: expected ‘;’ before ‘}’ token 4 | return 0; | ^ | ; 5 | } | ~ Look ma, no IDE! 😸
IDE users pretending compilers don’t exist.
$ guix shell gcc [env]$ g++ test.cpp test.cpp:4:16: warning: `0;' is not in NFC [-Wnormalized=] 4 | return 0<U+037E> | ^~~~~~~~~ test.cpp: In function ‘int main()’: test.cpp:4:16: error: unable to find numeric literal operator ‘operator"";’ test.cpp:4:18: error: expected ‘;’ before ‘}’ token 4 | return 0; | ^ | ; 5 | } | ~
Look ma, no IDE! 😸