diff options
Diffstat (limited to 'gcc/sbitmap.h')
-rw-r--r-- | gcc/sbitmap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/sbitmap.h b/gcc/sbitmap.h index 89a86e4..17660e5 100644 --- a/gcc/sbitmap.h +++ b/gcc/sbitmap.h @@ -301,10 +301,8 @@ private: /* Prevent making a copy that refers to our sbitmap. */ auto_sbitmap (const auto_sbitmap &); auto_sbitmap &operator = (const auto_sbitmap &); -#if __cplusplus >= 201103L auto_sbitmap (auto_sbitmap &&); auto_sbitmap &operator = (auto_sbitmap &&); -#endif /* The bitmap we are managing. */ sbitmap m_bitmap; |