summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common/swap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/swap.h b/src/common/swap.h
index 97aacb4dc..4b82865fe 100644
--- a/src/common/swap.h
+++ b/src/common/swap.h
@@ -172,7 +172,7 @@ struct swap_struct_t {
172 using swapped_t = swap_struct_t; 172 using swapped_t = swap_struct_t;
173 173
174protected: 174protected:
175 T value = T(); 175 T value;
176 176
177 static T swap(T v) { 177 static T swap(T v) {
178 return F::swap(v); 178 return F::swap(v);