Update of /cvsroot/boost/boost/boost/config/compiler
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16086
Modified Files:
hp_acc.hpp
Log Message:
define BOOST_NO_TWO_PHASE_NAME_LOOKUP macro
Index: hp_acc.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/config/compiler/hp_acc.hpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- hp_acc.hpp 2 Nov 2006 10:38:38 -0000 1.21
+++ hp_acc.hpp 5 Jun 2007 19:31:04 -0000 1.22
@@ -3,7 +3,7 @@
// (C) Copyright Aleksey Gurtovoy 2002.
// (C) Copyright David Abrahams 2002 - 2003.
// (C) Copyright Toon Knapen 2003.
-// (C) Copyright Boris Gubenko 2006.
+// (C) Copyright Boris Gubenko 2006 - 2007.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -51,6 +51,15 @@
# define BOOST_NO_MEMBER_TEMPLATE_KEYWORD
#endif
+// This macro should not be defined when compiling in strict ansi
+// mode, but, currently, we don't have the ability to determine
+// what standard mode we are compiling with. Some future version
+// of aCC6 compiler will provide predefined macros reflecting the
+// compilation options, including the standard mode.
+#if (__HP_aCC >= 60000)
+# define BOOST_NO_TWO_PHASE_NAME_LOOKUP
+#endif
+
#define BOOST_COMPILER "HP aCC version " BOOST_STRINGIZE(__HP_aCC)
//
-------------------------------------------------------------------------
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