annotate DEPENDENCIES/generic/include/boost/proto/detail/extends_funop.hpp @ 125:34e428693f5d vext

Vext -> Repoint
author Chris Cannam
date Thu, 14 Jun 2018 11:15:39 +0100
parents 2665513ce2d3
children
rev   line source
Chris@16 1 #if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES)
Chris@16 2
Chris@16 3 #ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES
Chris@16 4 BOOST_PROTO_EXTENDS_FUNCTION_()
Chris@16 5 BOOST_PROTO_DEFINE_FUN_OP_VARIADIC_IMPL_(BOOST_PP_EMPTY)
Chris@16 6 BOOST_PROTO_DEFINE_FUN_OP_VARIADIC_IMPL_(BOOST_PROTO_CONST)
Chris@16 7 #else
Chris@16 8 #include <boost/proto/detail/preprocessed/extends_funop.hpp>
Chris@16 9 #endif
Chris@16 10
Chris@16 11 #else
Chris@16 12
Chris@16 13 #define BOOST_PP_LOCAL_MACRO(N) \
Chris@16 14 BOOST_PROTO_DEFINE_FUN_OP(1, N, ~) \
Chris@16 15 /**/
Chris@16 16
Chris@16 17 #if defined(__WAVE__) && defined(BOOST_PROTO_CREATE_PREPROCESSED_FILES) && !defined(BOOST_PROTO_NO_WAVE_OUTPUT)
Chris@16 18 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/extends_funop.hpp")
Chris@16 19 #endif
Chris@16 20
Chris@16 21 ///////////////////////////////////////////////////////////////////////////////
Chris@16 22 /// \file extends_funop.hpp
Chris@16 23 /// Definitions for extends\<\>::operator()
Chris@16 24 //
Chris@16 25 // Copyright 2008 Eric Niebler. Distributed under the Boost
Chris@16 26 // Software License, Version 1.0. (See accompanying file
Chris@16 27 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Chris@16 28
Chris@16 29 #if defined(__WAVE__) && defined(BOOST_PROTO_CREATE_PREPROCESSED_FILES) && !defined(BOOST_PROTO_NO_WAVE_OUTPUT)
Chris@16 30 #pragma wave option(preserve: 1)
Chris@16 31 #endif
Chris@16 32
Chris@16 33 BOOST_PROTO_EXTENDS_FUNCTION_()
Chris@16 34
Chris@16 35 #define BOOST_PP_LOCAL_LIMITS \
Chris@16 36 (0, BOOST_PP_DEC(BOOST_PROTO_MAX_FUNCTION_CALL_ARITY))
Chris@16 37 #include BOOST_PP_LOCAL_ITERATE()
Chris@16 38
Chris@16 39 #if defined(__WAVE__) && defined(BOOST_PROTO_CREATE_PREPROCESSED_FILES) && !defined(BOOST_PROTO_NO_WAVE_OUTPUT)
Chris@16 40 #pragma wave option(output: null)
Chris@16 41 #endif
Chris@16 42
Chris@16 43 #endif