Commit 575c0812 authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files

merging

parent 49fc378e
......@@ -1379,8 +1379,6 @@ template <typename T>
const T& move(const T& t) {
return t;
}
template <typename T>
GTEST_ADD_REFERENCE_(T) forward(GTEST_ADD_REFERENCE_(T) t) { return t; }
template <typename T>
struct RvalueRef {
......
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