commit | 030f536009b56dbcc23d284541e51562bd9a6ed3 | [log] [tgz] |
---|---|---|
author | Dan Albert <[email protected]> | Wed Mar 04 13:54:20 2015 -0800 |
committer | Dan Albert <[email protected]> | Wed Mar 04 13:54:20 2015 -0800 |
tree | ffa22213bbcf93fa38c4d5741100f82f55236cfa | |
parent | 56fde9e70ef850ca7e3f076e52567f5c75b5e7da [diff] |
Stop using namespace std. The pattern of #include and using namespace std here fails to build with GCC. At first glance it's a GCC bug rather than libc++ doing something wrong. Regardless, it can be worked around by just specifying std:: where appropriate. Bug: 19606303 Change-Id: I5652682eae7ca7559cf2a9307909859013440781