Commit e76f4ee9 authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files
parent 9e072812
...@@ -538,7 +538,7 @@ TEST(CombineTest, CombineWithMaxNumberOfParameters) { ...@@ -538,7 +538,7 @@ TEST(CombineTest, CombineWithMaxNumberOfParameters) {
class NonDefaultConstructAssignString { class NonDefaultConstructAssignString {
public: public:
NonDefaultConstructAssignString(const std::string& str) : str_(str) {} NonDefaultConstructAssignString(const std::string& s) : str_(s) {}
const std::string& str() const { return str_; } const std::string& str() const { return str_; }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment