Kaydet (Commit) fa53c328 authored tarafından Tom Tromey's avatar Tom Tromey Kaydeden (comit) Noel Power

fix compile errors from trunck gcc

üst 1a35f23a
...@@ -65,7 +65,7 @@ namespace o3tl ...@@ -65,7 +65,7 @@ namespace o3tl
} }
else else
{ {
push_back(value_type(rCopy)); this->push_back(value_type(rCopy));
return this->size()-1; return this->size()-1;
} }
} }
......
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