• pelya
    link
    156 days 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
      25 days ago

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