DescriptionInclude <string> and <istream> outside __pnacl__.
Fixes webrtc/ Debug build with libc++ which failed to link std::getline
as this is defined in <istream>. <iostream> causes static initializers
and shouldn't be necessary.
Also adds to README.chromium that the overrides are used too get rid of
static initializers and to build on libc++.
R=thakis@chromium.org
TBR=ronghuawu@chromium.org
BUG=webrtc:3739
Committed: https://crrev.com/6455c698e51af65f57a8fe83547296218a5a7251
Cr-Commit-Position: refs/heads/master@{#293954}
Patch Set 1 #Patch Set 2 : added comment #Patch Set 3 : removed comment and added it in readme #
Messages
Total messages: 11 (2 generated)
|