7 Oct
2013
7 Oct
'13
12:39 a.m.
On 10/7/2013 9:41 AM, Quoth 山本賢一:
template <class T> struct always_true : boost::mpl::true_ { }; [...] The issue seems to be rather a compiler quirk of msvc11 than a enable_if's problem, but I posted the issue here because we need a workaround to avoid it (on msvc11) when we use enable_if. Please let me know if you have any idea about the issue. Thanks.
Does the behaviour change if you make always_true not a template, or if you make some member of it actually depend on the template argument?