$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: mconsoni_at_[hidden]
Date: 2007-06-19 21:26:27
Author: mconsoni
Date: 2007-06-19 21:26:26 EDT (Tue, 19 Jun 2007)
New Revision: 7106
URL: http://svn.boost.org/trac/boost/changeset/7106
Log:
- missing square bracket in the tables.
Text files modified:
sandbox/libs/extension/doc/tutorial4.qbk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/libs/extension/doc/tutorial4.qbk
==============================================================================
--- sandbox/libs/extension/doc/tutorial4.qbk (original)
+++ sandbox/libs/extension/doc/tutorial4.qbk 2007-06-19 21:26:26 EDT (Tue, 19 Jun 2007)
@@ -90,7 +90,7 @@
We get the following output:
[table
[[=words:=\n
-[^hello world! | v2 hello world! v2 | v2 hello world! v2]]]
+[^hello world! | v2 hello world! v2 | v2 hello world! v2]]]]
The first "hello world" is returned by the first version of the library, and the second and third retruned by the second version.
@@ -156,7 +156,7 @@
[table
[[=salutes:= \n
-=hello bye!=]]
+=hello bye!=]]]
In conclusion, with Boost.Extension we can implement the same class in different libraries, the same class for different interfaces and