cleanup some string handling & remove long deprecated functions
- 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
Activity
added code cleanup label
added 1 commit
- adcde0cd - cleanup some string handling & remove long deprecated functions
- Resolved by Marco Clemencic
/ci-test
added 1 commit
- f28208a2 - cleanup some string handling & remove long deprecated functions
mentioned in merge request lhcb/Rec!1830 (merged)
added 1 commit
- 5a5ff93b - avoid double lookup, and string creation in counter(...)
added 1 commit
- 3b98e221 - cleanup some string handling & remove long deprecated functions,
added 1 commit
- 181734f0 - cleanup some string handling & remove long deprecated functions,
added 1 commit
- 4a9cbd43 - more const::string& -> std::string_view changes
added 1 commit
- 9e7432fa - more const std::string& -> std::string_view conversions
added 1 commit
- 8656bebc - more const std::string& -> std::string_view conversion
added 1 commit
- d637e056 - more const std::string& -> std::string_view conversions
added 5 commits
- c1b0ace0 - even more const std::string& -> std::string_view conversions
- 28b2822a - more const std::string& -> std::string_view or std:string+std::move conversions
- 06058939 - more const std::string& -> std::string_view, std::string conversions
- e9691e8d - more const std::string& -> std::string_view, std::string conversions
- 93faf420 - more const std::string& -> std::string_view, std::string conversions
Toggle commit listadded 1 commit
- 84bd84fe - revert interface changes in IAuditor for now
Please register or sign in to reply