aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-01 11:16:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-01 11:16:00 +0200
commitc97a759dcc080705c956c87fce076709ca66a0c8 (patch)
tree0f11125e3137cef9fc11d669f8addc2955df0460 /makefile
parent55268128a30a56bfd42a4ffb382ad3a5179a739f (diff)
Add 'access' and 'pimpl' examples
These illustrate the use of accessor/modifier functions and expressions as well as virtual data members.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
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