summaryrefslogtreecommitdiff
path: root/inference-engine/thirdparty/clDNN/common/boost/1.64.0/include/boost-1_64/boost/proto/detail/extends_funop_const.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inference-engine/thirdparty/clDNN/common/boost/1.64.0/include/boost-1_64/boost/proto/detail/extends_funop_const.hpp')
-rw-r--r--inference-engine/thirdparty/clDNN/common/boost/1.64.0/include/boost-1_64/boost/proto/detail/extends_funop_const.hpp42
1 files changed, 0 insertions, 42 deletions
diff --git a/inference-engine/thirdparty/clDNN/common/boost/1.64.0/include/boost-1_64/boost/proto/detail/extends_funop_const.hpp b/inference-engine/thirdparty/clDNN/common/boost/1.64.0/include/boost-1_64/boost/proto/detail/extends_funop_const.hpp
deleted file mode 100644
index 1791a1b2f..000000000
--- a/inference-engine/thirdparty/clDNN/common/boost/1.64.0/include/boost-1_64/boost/proto/detail/extends_funop_const.hpp
+++ /dev/null
@@ -1,42 +0,0 @@
-#if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES)
-
- #ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES
- BOOST_PROTO_EXTENDS_FUNCTION_()
- BOOST_PROTO_DEFINE_FUN_OP_VARIADIC_IMPL_(BOOST_PROTO_CONST)
- #else
- #include <boost/proto/detail/preprocessed/extends_funop_const.hpp>
- #endif
-
-#else
-
- #define BOOST_PP_LOCAL_MACRO(N) \
- BOOST_PROTO_DEFINE_FUN_OP_CONST(1, N, ~) \
- /**/
-
- #if defined(__WAVE__) && defined(BOOST_PROTO_CREATE_PREPROCESSED_FILES)
- #pragma wave option(preserve: 2, line: 0, output: "preprocessed/extends_funop_const.hpp")
- #endif
-
- ///////////////////////////////////////////////////////////////////////////////
- /// \file extends_funop_const.hpp
- /// Definitions for extends\<\>::operator()
- //
- // Copyright 2008 Eric Niebler. Distributed under the Boost
- // Software License, Version 1.0. (See accompanying file
- // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
- #if defined(__WAVE__) && defined(BOOST_PROTO_CREATE_PREPROCESSED_FILES)
- #pragma wave option(preserve: 1)
- #endif
-
- BOOST_PROTO_EXTENDS_FUNCTION_()
-
- #define BOOST_PP_LOCAL_LIMITS \
- (0, BOOST_PP_DEC(BOOST_PROTO_MAX_FUNCTION_CALL_ARITY))
- #include BOOST_PP_LOCAL_ITERATE()
-
- #if defined(__WAVE__) && defined(BOOST_PROTO_CREATE_PREPROCESSED_FILES)
- #pragma wave option(output: null)
- #endif
-
-#endif