diff options
Diffstat (limited to 'libcxx')
-rw-r--r-- | libcxx/include/__bit_reference | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcxx/include/__bit_reference b/libcxx/include/__bit_reference index f035eeae7af..05dfbe7e9ff 100644 --- a/libcxx/include/__bit_reference +++ b/libcxx/include/__bit_reference @@ -62,8 +62,6 @@ public: return *this; } - __bit_reference(const __bit_reference&) = default; - _LIBCPP_INLINE_VISIBILITY __bit_reference& operator=(const __bit_reference& __x) _NOEXCEPT {return operator=(static_cast<bool>(__x));} @@ -150,7 +148,6 @@ private: : __seg_(__s), __mask_(__m) {} __bit_const_reference& operator=(const __bit_const_reference& __x); - __bit_const_reference(const __bit_const_reference&) = default; }; // find |