aboutsummaryrefslogtreecommitdiff
path: root/odb/tr1/lazy-ptr.hxx
AgeCommit message (Collapse)AuthorFilesLines
2012-03-02Portability workarounds for incomplete C++11 support in VC++ and old GCCBoris Kolpackov1-3/+3
2012-02-28Remove allocator constructors and reset() from TR1 lazy_shared_ptrBoris Kolpackov1-5/+1
Those are not provided by TR1.
2012-02-28Support for C++11 std::shared_ptr/weak_ptr as object pointersBoris Kolpackov1-0/+9
This includes odb::lazy_shared_ptr and odb::lazy_weak_ptr implementations.
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-04-18Fix loaded() function in lazy_ptr to conform to documentationBoris Kolpackov1-1/+9
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-12-09Add lazy pointer supportBoris Kolpackov1-0/+239
Built-in support is provided for raw, auto, and tr1 shared/weak pointers. New test: common/lazy-ptr.