@@ -3240,9 +3240,10 @@ |
|
|
3240 |
3240 |
dynarray(initializer_list); |
3241 |
3241 |
template |
3242 |
3242 |
dynarray(initializer_list, const Alloc& alloc); |
3243 |
|
- dynarray& operator=(const dynarray&) = delete; |
3244 |
3243 |
~dynarray(); |
3245 |
3244 |
|
|
3245 |
+ dynarray& operator=(const dynarray&) = delete; |
|
3246 |
+ |
3246 |
3247 |
// iterators: |
3247 |
3248 |
iterator begin() noexcept; |
3248 |
3249 |
const_iterator begin() const noexcept; |
@@ -3272,8 +3273,8 @@ |
|
|
3272 |
3273 |
reference back(); |
3273 |
3274 |
const_reference back() const; |
3274 |
3275 |
|
3275 |
|
- const_reference at(size_type n) const; |
3276 |
3276 |
reference at(size_type n); |
|
3277 |
+ const_reference at(size_type n) const; |
3277 |
3278 |
|
3278 |
3279 |
// \ref{dynarray.data} data access: |
3279 |
3280 |
T* data() noexcept; |