Update of /cvsroot/boost/boost/boost/fusion/functional/adapter/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23073
Modified Files:
access.hpp
Removed Files:
nullary_call_base.hpp
Log Message:
makes unfused_* work exclusively through boost::result_of
Index: access.hpp
===================================================================
RCS file:
/cvsroot/boost/boost/boost/fusion/functional/adapter/detail/access.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- access.hpp 15 Feb 2007 22:41:45 -0000 1.1
+++ access.hpp 13 Jul 2007 14:09:25 -0000 1.2
@@ -31,6 +31,11 @@
template <typename T> struct r2fp<T const> { typedef T const type; };
template <typename T> struct r2fp<T &> { typedef T type; };
+ // remove_const< remove_reference<_> >
+ template <typename T> struct uncr { typedef T type; };
+ template <typename T> struct uncr<T const> { typedef T type; };
+ template <typename T> struct uncr<T &> { typedef T type; };
+ template <typename T> struct uncr<T const &> { typedef T type; };
}}}
#endif
--- nullary_call_base.hpp DELETED ---
-------------------------------------------------------------------------
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