@syd@lemy.lol to Programmer Humor@programming.dev • 4 months agoGotta learn itlemy.lolimagemessage-square36fedilinkarrow-up1511arrow-down17
arrow-up1504arrow-down1imageGotta learn itlemy.lol@syd@lemy.lol to Programmer Humor@programming.dev • 4 months agomessage-square36fedilink
minus-squarepelyalinkfedilink15•4 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•4 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