commit | 3ab2f14d56db91665002f36f899c0a97f926d91f | [log] [tgz] |
---|---|---|
author | ekmeyerson <ekmeyerson@webrtc.org> | Thu Jul 23 12:15:24 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jul 23 19:15:32 2015 +0000 |
tree | 24e0fb9df9eff7dae03d945ee7ba9944e5ebb2b7 | |
parent | 86c6d33aec684d08189d498912e47cbc17c4d2db [diff] |
Remove C++11 calls from intelligibility_utils The C++11 here was overkill. This replaces it with simpler logic that covers all cases encountered so far in practice. The problem was previously brought up here: https://codereview.webrtc.org/1250663007/ BUG=427718, 487341, webrtc:4866 R=andrew@webrtc.org Review URL: https://codereview.webrtc.org/1242943008 Cr-Commit-Position: refs/heads/master@{#9627}