adapt_auto.hpp 564 B

1234567891011121314
  1. /*=============================================================================
  2. Copyright (c) 2013-2014 Damien Buhl
  3. Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. ==============================================================================*/
  6. #ifndef BOOST_FUSION_ADAPTED_STRUCT_DETAIL_ADAPT_AUTO_HPP
  7. #define BOOST_FUSION_ADAPTED_STRUCT_DETAIL_ADAPT_AUTO_HPP
  8. #define BOOST_FUSION_ADAPT_AUTO auto
  9. #define BOOST_MPL_PP_TOKEN_EQUAL_auto(x) x
  10. #endif