Feature #447
Consider explicit constructors of AIndex, AMap....
Status: | Approved | Start date: | 02/26/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | - |
Description
to avoid this messy situation:
VectorMap<Foo, Bar> h;
const Index<Foo>& x = h.GetKeys();
(converts through Index constructor here).
History
#1 Updated by Miroslav Fidler about 12 years ago
- Status changed from New to Approved