mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-20 11:35:39 +02:00
@@ -98,7 +98,7 @@ namespace Catch {
|
||||
// as well as
|
||||
// >> stuff +StreamEndStop
|
||||
struct StreamEndStop {
|
||||
std::string operator+() {
|
||||
std::string operator+() const {
|
||||
return std::string();
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user