This commit is contained in:
Gennadiy Civil 2018-02-09 17:45:10 -05:00
parent 49fc378e0a
commit 575c081227

View File

@ -1379,8 +1379,6 @@ template <typename T>
const T& move(const T& t) { const T& move(const T& t) {
return t; return t;
} }
template <typename T>
GTEST_ADD_REFERENCE_(T) forward(GTEST_ADD_REFERENCE_(T) t) { return t; }
template <typename T> template <typename T>
struct RvalueRef { struct RvalueRef {