Update of /cvsroot/boost/boost/libs/fusion/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23213
Modified Files:
functional.qbk
Log Message:
adds VC7.1 portability note, changes [tip ...] to [blurb __tip__ ...]
Index: functional.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/fusion/doc/functional.qbk,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- functional.qbk 25 Feb 2007 21:55:40 -0000 1.2
+++ functional.qbk 26 Mar 2007 19:56:08 -0000 1.3
@@ -721,7 +721,7 @@
Non-const __lvalue__ arguments are transported as references to non-const,
otherwise
references to const are used.
-[tip Detecting mutable LValues on a per-argument basis is currently a
+[blurb __tip__ Detecting mutable LValues on a per-argument basis is currently
a
compile time expensive operation (see __the_forwarding_problem__ for
details). Therefore, there are two, lightweight and more restricted variants
of this class template, __unfused_lvalue_args__ and __unfused_rvalue_args__.]
@@ -1045,9 +1045,13 @@
the target function object is const - or, in case the target function object
is held by value, the adapter is const).
-[tip If the type sequence passed to this template contains non-reference
-elements, the element is copied only once - the call operator's signature
-is optimized automatically to avoid by-value parameters.]
+[blurb __note__ For Microsoft Visual C++ 7.1 (Visual Studio 2003) the detection
+of the Function Object's const qualification easily causes an internal error.
+Therefore the adapter is always treated as if it was const. ]
+
+[blurb __tip__ If the type sequence passed to this template contains
+non-reference elements, the element is copied only once - the call operator's
+signature is optimized automatically to avoid by-value parameters.]
[heading Header]
#include <boost/fusion/functional/adapter/unfused_typed.hpp>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs