[cfe-users] Trouble understanding reason for Clang error - std::bind/std::function issue

2016-05-01 Thread Adam Nielsen via cfe-users
Hi all, My apologies if this is not the right place to ask but I am not sure where else to find support for Clang under OSX. I am having some issues compiling my own code which works with GCC but fails using Clang, and I can't work out why. I am hoping that someone here might be able to tell me

Re: [cfe-users] Trouble understanding reason for Clang error - std::bind/std::function issue

2016-05-07 Thread Adam Nielsen via cfe-users
> I am having some issues compiling my own code which works with GCC but > fails using Clang, and I can't work out why. I am hoping that someone > here might be able to tell me whether it is an issue with my code or > a bug in Clang. I'm still confused by this, but I've been able to produce a sma