From ed21868c25f8b2a7b160338c6a649743fb5a1bea Mon Sep 17 00:00:00 2001 From: Arkadiy Vertleyb Date: Tue, 6 Feb 2007 01:50:40 +0000 Subject: [PATCH] tutorial text fix [SVN r36898] --- doc/typeof.qbk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/typeof.qbk b/doc/typeof.qbk index 70c6b2e..786d877 100644 --- a/doc/typeof.qbk +++ b/doc/typeof.qbk @@ -101,6 +101,10 @@ and becomes widely available. [section:tuto Tutorial] +To start using typeof include the typeof header: + + #include + To deduce the type of an expression at compile time use the `BOOST_TYPEOF` macro: