commit | f7c47573b7686c59723f3b7da6d69f1ec494f23b | [log] [tgz] |
---|---|---|
author | tzik <[email protected]> | Wed Apr 05 21:45:03 2017 |
committer | Commit bot <[email protected]> | Wed Apr 05 21:45:03 2017 |
tree | 8ee5f27dccd13adbb1720caa2a9a981a56a48bd6 | |
parent | 9e3fb2888342b8a8037c5b8288fd53dc6c30cf9a [diff] |
Replace base::get with std::get base::get is no longer needed after the linux sysroot update. The new sysroot has libstdc++-4.8, that has rvalue reference support of std::tuple. Review-Url: https://codereview.chromium.org/2797133002 Cr-Commit-Position: refs/heads/master@{#462229}