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
The idea is to make CMake build for WebRTC m130 version - for audio processing module
Languages
C++
90.3%
Java
2.9%
C
2.2%
Objective-C++
2%
Python
1.3%
Other
1%