• pelya
    link
    151 month ago

    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.

    • Sonotsugipaa
      link
      fedilink
      English
      21 month ago

      Types being declarable as virtual members is something I want to never hear again