On 3/6/18 9:28 AM, ixid wrote:
/opt/compilers/dmd2/include/std/algorithm/iteration.d(663): Deprecation: function `std.range.Transposed!(string[], cast(TransverseOptions)0).Transposed.save` is deprecated - This function is incorrect and will be removed November 2018. See the docs for more details.

If it's going to say 'See the docs' how about linking the docs or even just specifying which docs it's referring to?

It's referring to the docs for std.range.Transposed.save (the deprecated symbol) I thought that was clear.

Now, there aren't actually docs for Transposed, but you can find it if you look at std.range.transposed:

https://dlang.org/phobos/std_range.html#transposed

-Steve

Reply via email to