diff options
Diffstat (limited to 'boost/asio/detail/handler_type_requirements.hpp')
-rw-r--r-- | boost/asio/detail/handler_type_requirements.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/asio/detail/handler_type_requirements.hpp b/boost/asio/detail/handler_type_requirements.hpp index 65b5e62dac..3a83c8d154 100644 --- a/boost/asio/detail/handler_type_requirements.hpp +++ b/boost/asio/detail/handler_type_requirements.hpp @@ -2,7 +2,7 @@ // detail/handler_type_requirements.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2017 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // 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) @@ -128,7 +128,7 @@ struct handler_type_requirements { }; -#define BOOST_ASIO_COMPLETION_HANDLER_CHECK( \ +#define BOOST_ASIO_LEGACY_COMPLETION_HANDLER_CHECK( \ handler_type, handler) \ \ typedef BOOST_ASIO_HANDLER_TYPE(handler_type, \ @@ -493,7 +493,7 @@ struct handler_type_requirements #else // !defined(BOOST_ASIO_ENABLE_HANDLER_TYPE_REQUIREMENTS) -#define BOOST_ASIO_COMPLETION_HANDLER_CHECK( \ +#define BOOST_ASIO_LEGACY_COMPLETION_HANDLER_CHECK( \ handler_type, handler) \ typedef int BOOST_ASIO_UNUSED_TYPEDEF |