From 07a28b16d5c48d4bc0320e9d819dc3735971e901 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: