Skip to content

[cleanup] Replace SLList by std::forward_list

Christoph Grüninger requested to merge feature/ug-without-sllist into master

I don't use UG myself. Would someone be so kind and test this change? Especially

  • the performance impact
  • correctness as I replaced push_back by push_front

Merge request reports