See docs compiler message

Steven Schveighoffer schveiguy at yahoo.com
Tue Mar 6 14:37:27 UTC 2018


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


More information about the Digitalmars-d-learn mailing list