syd to Programmer Humor@programming.dev • 6 months agoGotta learn itlemy.lolimagemessage-square34arrow-up1497
arrow-up1497imageGotta learn itlemy.lolsyd to Programmer Humor@programming.dev • 6 months agomessage-square34
minus-squarepelyalinkfedilink15•6 months agoIt’s just C++ without templates. So whatever element you want to put into std::list, it must virtually inherit std::list::value_type. And of course there will be a macro-based list monstrosity inside Boost.
minus-squareSonotsugipaalinkfedilinkEnglish2•6 months agoTypes being declarable as virtual members is something I want to never hear again
It’s just C++ without templates. So whatever element you want to put into std::list, it must virtually inherit std::list::value_type. And of course there will be a macro-based list monstrosity inside Boost.
Types being declarable as virtual members is something I want to never hear again