Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
In particular, std::auto_ptr is no longer mapped in C++11.
|
|
|
|
Here we have to include them (think what happens when we erase an element
somewhere in the middle of a container).
|
|
|
|
ODB now supports "smart" ordered containers. Such containers get extra
functions for updating and deleting individual elements. Based on this
functionality implement two change-tracking containers: odb::vector
(equivalent to std::vector) and QOdbList (equivalent to QList). New
tests: common/container/change-tracking and qt/common/container/change-
tracking.
|