From c97a759dcc080705c956c87fce076709ca66a0c8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 1 Sep 2012 11:16:00 +0200 Subject: Add 'access' and 'pimpl' examples These illustrate the use of accessor/modifier functions and expressions as well as virtual data members. --- makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index ef3a1f9..4ffe31d 100644 --- a/makefile +++ b/makefile @@ -5,6 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make dirs := \ +access \ composite \ container \ hello \ @@ -13,6 +14,7 @@ inheritance/reuse \ query \ mapping \ optimistic \ +pimpl \ schema/embedded tr1_dirs := relationship inverse schema/custom view -- cgit v1.1