-
```
The new C++11 standard allows for rvalue references in method parameters. Using
those for move semantics is very useful. We need to suppor them, e.g.:
MOCK_METHOD1(mock, foo(int&& i));
```
Orig…
-
```
The new C++11 standard allows for rvalue references in method parameters. Using
those for move semantics is very useful. We need to suppor them, e.g.:
MOCK_METHOD1(mock, foo(int&& i));
```
Orig…
-
```
The new C++11 standard allows for rvalue references in method parameters. Using
those for move semantics is very useful. We need to suppor them, e.g.:
MOCK_METHOD1(mock, foo(int&& i));
```
Orig…
-
```
The new C++11 standard allows for rvalue references in method parameters. Using
those for move semantics is very useful. We need to suppor them, e.g.:
MOCK_METHOD1(mock, foo(int&& i));
```
Orig…
-
```
The new C++11 standard allows for rvalue references in method parameters. Using
those for move semantics is very useful. We need to suppor them, e.g.:
MOCK_METHOD1(mock, foo(int&& i));
```
Orig…
-
```
The new C++11 standard allows for rvalue references in method parameters. Using
those for move semantics is very useful. We need to suppor them, e.g.:
MOCK_METHOD1(mock, foo(int&& i));
```
Orig…
-
```
The new C++11 standard allows for rvalue references in method parameters. Using
those for move semantics is very useful. We need to suppor them, e.g.:
MOCK_METHOD1(mock, foo(int&& i));
```
Orig…
-
```
The new C++11 standard allows for rvalue references in method parameters. Using
those for move semantics is very useful. We need to suppor them, e.g.:
MOCK_METHOD1(mock, foo(int&& i));
```
Orig…
-
This dovecot-ceph-plugin.spec should be the rhel7 not?
I am building on centos7 and have different rpm names.
```
[@test2 dovecot-ceph-plugin]$ diff rpm/dovecot-ceph-plugin.spec ~/rpmbuild/SPEC…
-
```
Currently gtest's universal value printer detects whether a value is a
container (by checking the existence of member types iterator and
const_iterator), and prints the value using gtest's built…