Skip to content

Commit b2573a0

Browse files
committed
isPRVO was not returning true for general PRVO operator
1 parent 0649128 commit b2573a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/mujava/api/MutationOperator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public enum MutationOperator {
5656

5757
public static boolean isPRVO(MutationOperator op) {
5858
switch (op) {
59+
case PRVO:
5960
case PRVOL:
6061
case PRVOL_SMART:
6162
case PRVOR:

0 commit comments

Comments
 (0)