Closed jkhoogland closed 9 years ago
The problem is IMHO a bug in Clang. The error shows up despite the fact that SFINAE disables the candidate. I was able to reproduce the problem with Clang 3.4 on Ubuntu, but I was unable to reproduce the problem with Clang 3.5.
Anyways, I committed a fix which should solve it. It basically means that for those versions of Clang that are affected by the bug, the match
-method must be a template.
Hi, I pulled down the code, and tried to build on OS X 10.9.5. It failed though as shown below, I didn't have time to look at it more, but i thought might be useful to know, Regards Jiri
System details:
It fails with the following message: