Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-18 | Allocate container traits lazily and only when their definition is seen | Boris Kolpackov | 1 | -2/+55 | |
This fixes a problem with polymorphic hierarchies spread over multiple files in which case the source code for the derived class does not have the definition of the container traits for the base class. See the comment in the source code for further details. | |||||
2012-04-26 | Make session optional | Boris Kolpackov | 1 | -1/+0 | |
2012-04-23 | Polymorphic inheritance support | Boris Kolpackov | 1 | -0/+501 | |