Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
/ druntime Public archive

Commit 184435f

Browse files
committed
implement templated array ops
- use RPN to encode operand precedence - fixes Issue 15619, and 16680
1 parent e78a928 commit 184435f

File tree

7 files changed

+466
-0
lines changed

7 files changed

+466
-0
lines changed

mak/COPY

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ COPY=\
1717
$(IMPDIR)\core\vararg.d \
1818
\
1919
$(IMPDIR)\core\internal\abort.d \
20+
$(IMPDIR)\core\internal\arrayop.d \
2021
$(IMPDIR)\core\internal\convert.d \
2122
$(IMPDIR)\core\internal\hash.d \
2223
$(IMPDIR)\core\internal\spinlock.d \

mak/SRCS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ SRCS=\
1717
src\core\vararg.d \
1818
\
1919
src\core\internal\abort.d \
20+
src\core\internal\arrayop.d \
2021
src\core\internal\convert.d \
2122
src\core\internal\hash.d \
2223
src\core\internal\spinlock.d \

0 commit comments

Comments
 (0)