2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-30 19:32:09 +00:00

Require C++11 as the minimum c++ standard.

This commit is contained in:
Christopher Kohlhoff
2023-10-26 00:35:29 +11:00
parent 28ff1e7c2b
commit 5c19f29294
480 changed files with 11478 additions and 22743 deletions

View File

@@ -66,9 +66,6 @@ void redirect_error_test()
BOOST_ASIO_CHECK(!ec);
BOOST_ASIO_CHECK(count == 1);
#if defined(BOOST_ASIO_HAS_STD_TUPLE) \
&& defined(BOOST_ASIO_HAS_DECLTYPE) \
&& defined(BOOST_ASIO_HAS_VARIADIC_TEMPLATES)
ec = boost::asio::error::would_block;
timer1.async_wait(
boost::asio::redirect_error(
@@ -89,9 +86,6 @@ void redirect_error_test()
BOOST_ASIO_CHECK(!ec);
BOOST_ASIO_CHECK(count == 2);
#endif // defined(BOOST_ASIO_HAS_STD_TUPLE)
// && defined(BOOST_ASIO_HAS_DECLTYPE)
// && defined(BOOST_ASIO_HAS_VARIADIC_TEMPLATES)
#if defined(BOOST_ASIO_HAS_STD_FUTURE_CLASS)
ec = boost::asio::error::would_block;