diff options
| -rw-r--r-- | src/common/swap.h | 2 | 
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 {      using swapped_t = swap_struct_t;  protected: -    T value = T(); +    T value;      static T swap(T v) {          return F::swap(v);  | 
