Update of /cvsroot/boost/boost/libs/typeof/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13761

Modified Files:
        typeof.qbk 
Log Message:


Index: typeof.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/typeof/doc/typeof.qbk,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- typeof.qbk  6 Feb 2007 01:45:42 -0000       1.10
+++ typeof.qbk  2 May 2007 02:38:56 -0000       1.11
@@ -80,8 +80,8 @@
 Not exactly elegant.  To solve this problem (as well as some other problems), 
 the C++ standard committee is considering 
 a few additions to the standard language, such as `typeof/decltype` and `auto` 
(see 
[EMAIL 
PROTECTED]://www.osl.iu.edu/~jajarvi/publications/papers/decltype_n1478.pdf
-http://www.osl.iu.edu/~jajarvi/publications/papers/decltype_n1478.pdf]).
[EMAIL PROTECTED]://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1607.pdf
+http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1607.pdf]).
 
 The `typeof` operator (or `decltype`, which is a slightly different flavor of 
`typeof`) 
 allows one to determine the type of an expression at compile time.  Using 
`typeof`, 
@@ -844,7 +844,7 @@
 
 [endsect]
 
-[section:ackn Acknoledgements]
+[section:ackn Acknowledgements]
 
 The idea of representing a type as multiple compile-time integers, 
 and passing these integers across function boundaries using sizeof(), 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to