kwiberg
bfefb03ec1
Replace scoped_ptr with unique_ptr everywhere
...
But keep #including scoped_ptr.h in .h files, so as not to break
WebRTC users who expect those .h files to give them rtc::scoped_ptr.
BUG=webrtc:5520
Review-Url: https://codereview.webrtc.org/1937693002
Cr-Commit-Position: refs/heads/master@{#12581}
2016-05-01 21:53:55 +00:00
kwiberg
6ca0a31708
We no longer use compilers that can't =default move construction and assignment
...
Review URL: https://codereview.webrtc.org/1891483006
Cr-Commit-Position: refs/heads/master@{#12376}
2016-04-15 12:25:03 +00:00
kwiberg
cea7c2f783
Replace manual casting to rvalue reference with calls to std::move
...
Review URL: https://codereview.webrtc.org/1570473002
Cr-Commit-Position: refs/heads/master@{#11163}
2016-01-07 13:52:09 +00:00
Karl Wiberg
be57983f4b
Rename Maybe to Optional
...
And add examples of good and bad usage to the documentation.
R=aluebs@webrtc.org , henrik.lundin@webrtc.org , pthatcher@webrtc.org
Review URL: https://codereview.webrtc.org/1432553007 .
Cr-Commit-Position: refs/heads/master@{#10588}
2015-11-10 21:34:32 +00:00