C++ guys hate static_if?
Walter Bright
newshound2 at digitalmars.com
Tue Mar 12 01:02:04 PDT 2013
On 3/12/2013 12:13 AM, deadalnix wrote:
> On Tuesday, 12 March 2013 at 06:34:50 UTC, Walter Bright wrote:
>> Not for infinite ranges, which depend on empty returning a compile time value.
> It was already discussed int he past that this was a bad idea. I think that is
> another symptom of that poor design choice than an actual issue with concepts.
Nevertheless, it shows a weakness of concepts in that concepts are unable to
express ideas about values - only types.
More information about the Digitalmars-d
mailing list