commit | caeaa27b18e94cbad635dbe21da87e816a35c7da | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Sun Jan 10 12:53:44 2016 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Sun Jan 10 12:53:44 2016 -0800 |
tree | c1ec2701863b3407ab0667f8fa7cdd16626e72a5 | |
parent | 766593759ae49405248b59530f6b28e4f0522943 [diff] |
Fix the g++ build. It turns out that the g++ test build, initiated by "make presubmit", was actually using clang++ for the build. This fixes the makefile, plus the code that actually produces errors under the g++ build. BUG= none TBR=jpp Review URL: https://codereview.chromium.org/1572863003 .