diff --git a/ra/big.hh b/ra/big.hh index a62ca37..8cd4faa 100644 --- a/ra/big.hh +++ b/ra/big.hh @@ -162,6 +162,7 @@ struct View } } constexpr View(std::initializer_list s, T * cp_): View(start(s), cp_) {} + constexpr View(View && x) = default; constexpr View(View const & x) = default; // the non-template is required, and to avoid ambiguity the template must then be constrained [ra38] [ra34]