Bug #1631
Fix SubRange<const T&> issue
| Status: | Rejected | Start date: | 01/30/2017 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | Spent time: | - | |
| Target version: | - |
Description
Vector<int> a;
a << 1 << 2 << 3;
const Vector<int>& b = a;
Vector<int> c;
c.Append(SubRange(b, 0, 1));
should work...
History
#1 Updated by Miroslav Fidler almost 9 years ago
- Status changed from New to Rejected