compaq_cxx.hpp 501 B

12345678910111213141516171819
  1. // (C) Copyright John Maddock 2001 - 2003.
  2. // Use, modification and distribution are subject to the
  3. // Boost Software License, Version 1.0. (See accompanying file
  4. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. // See http://www.boost.org for most recent version.
  6. // Tru64 C++ compiler setup (now HP):
  7. #define BOOST_COMPILER "HP Tru64 C++ " BOOST_STRINGIZE(__DECCXX_VER)
  8. #include <boost/config/compiler/common_edg.hpp>
  9. //
  10. // versions check:
  11. // Nothing to do here?