summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Wey2012-01-01 17:13:04 +0100
committerMike Wey2012-01-01 17:13:04 +0100
commit210970a92f2b01ebc91ccee68493ed0733a2868d (patch)
treeca4a513efa01c6999909ac6b20d67eac36915af7
parentad9b2a66e9f63fc4a4d1b16e429078d6f4912e11 (diff)
Update the comments about the opDollar bugs.
The last dmd release implements opDollar but it currently doesn't work with sliceing.
-rw-r--r--dmagick/ImageView.d6
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
{