Skip to content

cleanup some string handling & remove long deprecated functions

Gerhard Raven requested to merge improve-some-string-handling into master
  • utilize move semantics by passing some string by value and move them into their destination
  • use string_view where appropriate
  • implement binary operators as friend
  • remove long deprecated member functions

Merge request reports