From 210970a92f2b01ebc91ccee68493ed0733a2868d Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 1 Jan 2012 17:13:04 +0100 Subject: Update the comments about the opDollar bugs. The last dmd release implements opDollar but it currently doesn't work with sliceing. --- dmagick/ImageView.d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dmagick/ImageView.d') diff --git a/dmagick/ImageView.d b/dmagick/ImageView.d index a6f68be..b390aaa 100644 --- a/dmagick/ImageView.d +++ b/dmagick/ImageView.d @@ -99,7 +99,7 @@ class ImageView * The height or the width of the view, depending on in which slice * it's used. * - * Bugs: dmd bug 3474: opDollar isn't implemented. + * Bugs: dmd bug 7097: opDollar doesn't work with slicing. */ size_t opDollar() const { @@ -195,7 +195,7 @@ class Rows : ImageView * The height or the width of the view, depending on in which slice * it's used. * - * Bugs: dmd bug 3474: opDollar isn't implemented. + * Bugs: dmd bug 7097: opDollar doesn't work with slicing. */ override size_t opDollar() const { @@ -298,7 +298,7 @@ struct Pixels /** * The number of pixels in this row / column. * - * Bugs: dmd bug 3474: opDollar isn't implemented. + * Bugs: dmd bug 7097: opDollar doesn't work with slicing. */ @property size_t length() const { -- cgit v1.2.3