@[email protected] to Programmer [email protected] • 2 months agoGotta learn itlemy.lolimagemessage-square37fedilinkarrow-up1557arrow-down19
arrow-up1548arrow-down1imageGotta learn itlemy.lol@[email protected] to Programmer [email protected] • 2 months agomessage-square37fedilink
minus-squarepelyalink15•2 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•2 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