C++ Ranges proposal for the Standard Library

via Digitalmars-d digitalmars-d at puremagic.com
Fri Oct 17 07:01:44 PDT 2014


On Friday, 17 October 2014 at 13:27:37 UTC, eles wrote:
> (gcc does not yet support std::cbegin() and std::cend()).
>
> (tested :^)

Thanks ;)

Like your new version, but I don't think it will work with 
regular arrays and maybe the accumulator will overflow if you sum 
a large number of ubytes? I think C++14 will make stuff easier. 
:-)


More information about the Digitalmars-d mailing list