src/cxx_supportlib/vendor-modified/boost/asio/ssl/impl/error.ipp in passenger-6.0.20 vs src/cxx_supportlib/vendor-modified/boost/asio/ssl/impl/error.ipp in passenger-6.0.23

- old
+ new

@@ -1,10 +1,10 @@ // // ssl/impl/error.ipp // ~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2023 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2024 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) // @@ -27,11 +27,11 @@ namespace detail { class ssl_category : public boost::system::error_category { public: - const char* name() const BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT + const char* name() const noexcept { return "asio.ssl"; } std::string message(int value) const @@ -87,10 +87,10 @@ namespace detail { class stream_category : public boost::system::error_category { public: - const char* name() const BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT + const char* name() const noexcept { return "asio.ssl.stream"; } std::string message(int value) const