aboutsummaryrefslogtreecommitdiffstats
path: root/m0/mutator-lvl0.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'm0/mutator-lvl0.cpp')
-rw-r--r--m0/mutator-lvl0.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/m0/mutator-lvl0.cpp b/m0/mutator-lvl0.cpp
index 12f6598..f415e77 100644
--- a/m0/mutator-lvl0.cpp
+++ b/m0/mutator-lvl0.cpp
@@ -4169,8 +4169,8 @@ public:
unsigned MatchCounter = 0U;
- if (nullptr != RawComments) {
#if __clang_major__ >= 10
+ if (nullptr != RawComments) {
for (auto iter : *RawComments)
#elif __clang_major__ < 10
for (auto &iter : RawComments)
@@ -4223,7 +4223,9 @@ public:
MatchCounter = 0U;
}
+#if __clang_major__ >= 10
}
+#endif
once = true;