aboutsummaryrefslogtreecommitdiff
path: root/common/lazy-ptr/driver.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-12-09Cosmetic change (rename naked pointer to raw pointer)Boris Kolpackov1-1/+1
2010-12-09Add lazy pointer supportBoris Kolpackov1-0/+341
Built-in support is provided for raw, auto, and tr1 shared/weak pointers. New test: common/lazy-ptr.