Sign in
webrtc
/
src
/
webrtc
/
36a24799cd85cb96a28002b1d1fce0a834adb58b
/
base
/
optional.h
c46742b
rtc::Optional: Tell sanitizers that unset values aren't OK to access
by kwiberg
· 9 years ago
dac4d77
Added an empty member to the union of rtc::Optional, so that it is always initializable.
by ossu
· 9 years ago
344b432
rtc::Optional<T>: Don't secretly contain a default-constructed T when empty
by kwiberg
· 9 years ago
b670f85
Replace scoped_ptr with unique_ptr everywhere
by kwiberg
· 9 years ago
877c6a2
We no longer use compilers that can't =default move construction and assignment
by kwiberg
· 9 years ago
4e35174
Replace manual casting to rvalue reference with calls to std::move
by kwiberg
· 9 years ago
ca8da3c
Rename Maybe to Optional
by Karl Wiberg
· 9 years ago