Version info in library reference

Chris via Digitalmars-d digitalmars-d at puremagic.com
Thu Jun 30 08:51:34 PDT 2016


On Thursday, 30 June 2016 at 15:47:52 UTC, Chris wrote:
>
> I've just had the case where LDC (based on 2.070.2) did not 
> compile code based on Phobos 2.071.1, which is nothing unusual 
> of course. Only it would have been nice, if the function 
> `std.algorithm.maxPos` had had the info "since 2.071.0" 
> attached to it. How am I supposed to know that `maxPos` is new 
> while `minPos` was already available in 2.070.0. It'd make 
> things a bit smoother, especially because not all compilers use 
> the same version of Phobos.

LDC is apparently in sync now:

http://forum.dlang.org/post/czukvcubxxuskbknkcnr@forum.dlang.org

But still, version info in the library would be veeeery nice.


More information about the Digitalmars-d mailing list