[boost-users][MPL] integral_c<long long,...>
The attached program fails to compile if BOOST_HAS_LONG_LONG is defined. The error is mainly about integral_rank<long long int> not having a static member named 'value'. Is integral_c not meant to be used with long long? Cromwell Enage __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail
Cromwell Enage
The attached program fails to compile if BOOST_HAS_LONG_LONG is defined. The error is mainly about integral_rank<long long int> not having a static member named 'value'. Is integral_c not meant to be used with long long?
Try again with latest CVS.
Index: largest_int.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/mpl/aux_/largest_int.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -d -u -b -u -r1.4 -r1.5
--- largest_int.hpp 7 Sep 2004 09:06:10 -0000 1.4
+++ largest_int.hpp 19 Sep 2004 03:08:53 -0000 1.5
@@ -11,8 +11,8 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Source: /cvsroot/boost/boost/boost/mpl/aux_/largest_int.hpp,v $
-// $Date: 2004/09/07 09:06:10 $
-// $Revision: 1.4 $
+// $Date: 2004/09/19 03:08:53 $
+// $Revision: 1.5 $
#include
--- David Abrahams
Try again with latest CVS.
That did it! Thanks! Cromwell Enage __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail
participants (2)
-
Cromwell Enage
-
David Abrahams