Update of /cvsroot/boost/boost/libs/utility/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29712/libs/utility/test

Modified Files:
        result_of_test.cpp 
Log Message:
Fix result_of's handling of F(void). 


Index: result_of_test.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/utility/test/result_of_test.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- result_of_test.cpp  24 Jan 2007 06:44:20 -0000      1.4
+++ result_of_test.cpp  5 Mar 2007 15:25:16 -0000       1.5
@@ -79,6 +79,7 @@
   BOOST_STATIC_ASSERT((is_same<result_of<mem_func_ptr_v(X,char)>::type, 
int>::value));
   BOOST_STATIC_ASSERT((is_same<result_of<mem_func_ptr_cv(X,char)>::type, 
int>::value));
   BOOST_STATIC_ASSERT((is_same<result_of<mem_func_ptr_0(X)>::type, 
int>::value)); 
+  BOOST_STATIC_ASSERT((is_same<result_of<func_ptr(void)>::type, int>::value));
 
   return 0;
 }


-------------------------------------------------------------------------
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

Reply via email to