3

Correct me if I am wrong, but didn't at some point C++ add the linked list to its standard library? If so when was that?

Comments
  • 1
    @g-m-f got it I am either working on a dinosaur or something written by a dinosaur.
  • 0
    @g-m-f you choose to believe what you choose to believe, I choose to believe what I choose to believe. ;p
  • 2
    Stl linked list are now 21 yo.
    Now under std::linked_list<type name _Tp>
  • 2
    @QCat my bad std::forward_list<typename _Tp>
Add Comment