diff options
| -rw-r--r-- | dmagick/ImageView.d | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |
