Remove (mostly) unused overloads of StringRef operator +
This commit is contained in:
parent
293012a002
commit
9f4c4777a5
3 changed files with 10 additions and 22 deletions
|
@ -115,10 +115,6 @@ namespace Catch {
|
|||
auto isSubstring() const noexcept -> bool;
|
||||
};
|
||||
|
||||
auto operator + ( StringRef const& lhs, StringRef const& rhs ) -> std::string;
|
||||
auto operator + ( StringRef const& lhs, char const* rhs ) -> std::string;
|
||||
auto operator + ( char const* lhs, StringRef const& rhs ) -> std::string;
|
||||
|
||||
auto operator += ( std::string& lhs, StringRef const& sr ) -> std::string&;
|
||||
auto operator << ( std::ostream& os, StringRef const& sr ) -> std::ostream&;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue