a8e285d1934f2dc739d8a9f810fb4372d8d782b1

In days of yore, move.h contained complicated macros for approximating move-only behavior in C++03. But since we live in the future now, and can rely on C++11 features---including real move semantics!---it makes more sense to just write the handful of required lines by hand in each move-only class. (We only live in the near future, though, not in some sci-fi intergalactic civilization singularity type future, so we have to define Pass() methods for these classes since we're not allowed to use std::move().) R=tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/45099004 Cr-Commit-Position: refs/heads/master@{#9060}
Description
No description provided
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%