summaryrefslogtreecommitdiff
path: root/Examples
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2023-05-04 13:17:01 +1200
committerOlly Betts <olly@survex.com>2023-05-04 13:18:10 +1200
commit695dd9ddf15ceafeec601a17d05de6105163c919 (patch)
tree7833e7602fc1057c7c4ef064a0892056e6593b84 /Examples
parent63b1293e1a760e0ce1a27208a5231e705c8f0f3b (diff)
downloadswig-695dd9ddf15ceafeec601a17d05de6105163c919.tar.gz
[D] Update docs for D1 removal
Diffstat (limited to 'Examples')
-rw-r--r--Examples/test-suite/d/README3
-rw-r--r--Examples/test-suite/operator_overload.i4
2 files changed, 2 insertions, 5 deletions
diff --git a/Examples/test-suite/d/README b/Examples/test-suite/d/README
index bb5372882..2e7aa6e2d 100644
--- a/Examples/test-suite/d/README
+++ b/Examples/test-suite/d/README
@@ -2,6 +2,3 @@ D language module testsuite
---------------------------
Please see ../README for the common readme file.
-
-By default the D1 version is built, set D_VERSION=2 (in the environment or at
-the make command line) to run it for D2 instead.
diff --git a/Examples/test-suite/operator_overload.i b/Examples/test-suite/operator_overload.i
index ce3454fd9..43967bcc9 100644
--- a/Examples/test-suite/operator_overload.i
+++ b/Examples/test-suite/operator_overload.i
@@ -79,8 +79,8 @@ see bottom for a set of possible tests
#endif
#ifdef SWIGD
-// Due to the way operator overloading is implemented in D1 and D2, the prefix
-// increment/decrement operators (D1) resp. the postfix ones (D2) are ignored.
+// Due to the way operator overloading is implemented in D2, the postfix
+// increment/decrement operators are ignored.
%warnfilter(SWIGWARN_IGNORE_OPERATOR_PLUSPLUS, SWIGWARN_IGNORE_OPERATOR_MINUSMINUS);
#endif