@[email protected] to Programmer [email protected] • 6 days agoGotta learn itlemy.lolimagemessage-square39fedilinkarrow-up1541arrow-down19
arrow-up1532arrow-down1imageGotta learn itlemy.lol@[email protected] to Programmer [email protected] • 6 days agomessage-square39fedilink
minus-squarepelyalink15•6 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-squareSonotsugipaalinkfedilinkEnglish2•5 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