syd@lemy.lol to Programmer Humor@programming.dev · 7 days agoGotta learn itlemy.lolimagemessage-square36fedilinkarrow-up1475arrow-down16
arrow-up1469arrow-down1imageGotta learn itlemy.lolsyd@lemy.lol to Programmer Humor@programming.dev · 7 days agomessage-square36fedilink
minus-squarepelya@lemmy.worldlinkfedilinkarrow-up14·7 days 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-squareSonotsugipaa@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up2·7 days 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