user.hpp 887 B

1234567891011121314151617181920212223242526
  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. // $Source$
  9. // $Date: 2004-09-14 07:39:55 -0500 (Tue, 14 Sep 2004) $
  10. // $Revision: 25084 $
  11. #define BOOST_NO_CONFIG
  12. #include <boost/preprocessor/config/config.hpp>
  13. #define BOOST_NO_TEMPLATE_TEMPLATES
  14. #define BOOST_MPL_CFG_NO_BIND_TEMPLATE
  15. #define BOOST_MPL_CFG_NO_NONTYPE_TEMPLATE_PARTIAL_SPEC
  16. #define BOOST_MPL_CFG_NO_DEFAULT_PARAMETERS_IN_NESTED_TEMPLATES
  17. #define BOOST_MPL_CFG_BROKEN_DEFAULT_PARAMETERS_IN_NESTED_TEMPLATES
  18. #define BOOST_MPL_CFG_BROKEN_OVERLOAD_RESOLUTION
  19. #define BOOST_MPL_CFG_EXTENDED_TEMPLATE_PARAMETERS_MATCHING
  20. #define BOOST_MPL_CFG_BCC_INTEGRAL_CONSTANTS
  21. #define BOOST_MPL_CFG_NO_NESTED_FORWARDING