user.hpp 869 B

123456789101112131415161718192021222324252627
  1. // Copyright Aleksey Gurtovoy 2003-2008
  2. //
  3. // Distributed under the Boost Software License, Version 1.0.
  4. // (See accompanying file LICENSE_1_0.txt or copy at
  5. // http://www.boost.org/LICENSE_1_0.txt)
  6. //
  7. // See http://www.boost.org/libs/mpl for documentation.
  8. // $Id$
  9. // $Date$
  10. // $Revision$
  11. #define BOOST_NO_CONFIG
  12. #include <boost/preprocessor/config/config.hpp>
  13. #define BOOST_NO_TEMPLATE_TEMPLATES
  14. #define BOOST_MPL_CFG_BCC590_WORKAROUNDS
  15. #define BOOST_MPL_CFG_NO_BIND_TEMPLATE
  16. #define BOOST_MPL_CFG_NO_NONTYPE_TEMPLATE_PARTIAL_SPEC
  17. #define BOOST_MPL_CFG_NO_DEFAULT_PARAMETERS_IN_NESTED_TEMPLATES
  18. #define BOOST_MPL_CFG_BROKEN_DEFAULT_PARAMETERS_IN_NESTED_TEMPLATES
  19. #define BOOST_MPL_CFG_BROKEN_OVERLOAD_RESOLUTION
  20. #define BOOST_MPL_CFG_EXTENDED_TEMPLATE_PARAMETERS_MATCHING
  21. #define BOOST_MPL_CFG_BCC_INTEGRAL_CONSTANTS
  22. #define BOOST_MPL_CFG_NO_NESTED_FORWARDING