aboutsummaryrefslogtreecommitdiff
path: root/odb/lazy-ptr-impl.txx
AgeCommit message (Collapse)AuthorFilesLines
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-10-29Add static multi-database support for lazy pointersBoris Kolpackov1-1/+10
A lazy pointer must load the object using the static database interface with which it was initialized.
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-12-09Add lazy pointer supportBoris Kolpackov1-0/+51
Built-in support is provided for raw, auto, and tr1 shared/weak pointers. New test: common/lazy-ptr.