commit | c34b0d4e9ad5806c1f882a1f85191f2ea8ddcdba | [log] [tgz] |
---|---|---|
author | ehsan.akhgari <ehsan.akhgari@gmail.com> | Fri Sep 12 12:30:35 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Sep 12 12:30:35 2014 -0700 |
tree | 3bd4a7eddc8ddfc54d8d04231456f527c548d7e5 | |
parent | 9db509272a6fa2badbbdd2f5afce827370960a5f [diff] |
Do not expect a copysign function to be defined in <cmath> with clang-cl clang-cl defines __cplusplus to 201103L, but it uses the runtime library provided by MSVC, so the copysign function will not be available there. BUG=skia: R=reed@google.com Author: ehsan.akhgari@gmail.com Review URL: https://codereview.chromium.org/526813002