commit | d419a9a4376de7b2ae1dec7df09f8d034cc2d039 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Wed Apr 03 14:18:19 2019 -0700 |
committer | Behdad Esfahbod <[email protected]> | Wed Apr 03 14:18:19 2019 -0700 |
tree | 755baf994bb1ac2e4ef3807d3193b68da8dbf2e5 | |
parent | 2778df7972f537192b51cd0719adf2ab4d1f3397 [diff] |
[iter] Use different SFINAE scheme to make MSVC happy From Orvid King: TLDR; MSVC has some issues using sizeof(declval<T>()) for SFINAE of templated types, so I just used SFINAE in a different context where MSVC doesn't have the issue.
This is HarfBuzz, a text shaping library.
For bug reports, mailing list, and other information please visit:
For license information, see the file COPYING.
Documentation: https://harfbuzz.github.io