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

Modified Files:
        numerics_tests.cpp 
Log Message:
extending condition to Tru64 and VMS

Index: numerics_tests.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/spirit/test/numerics_tests.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- numerics_tests.cpp  19 Jul 2007 22:26:11 -0000      1.13
+++ numerics_tests.cpp  23 Jul 2007 17:14:46 -0000      1.14
@@ -111,7 +111,7 @@
     char const* int_underflow = "-2147483649";
     char const* max_binary = "11111111111111111111111111111111";
     char const* binary_overflow = "100000000000000000000000000000000";
-#if defined(__hpux)
+#if defined(__hpux) || defined(__osf__) || defined(__vms)
     char const* max_octal = "37777777777";
 #else
     char const* max_octal = "77777777777";


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to