Searched refs:do_not_route1 (Results 1 – 1 of 1) sorted by relevance
80 socket_base::do_not_route do_not_route1(true); in test() local81 sock.set_option(do_not_route1); in test()84 do_not_route1 = true; in test()85 (void)static_cast<bool>(do_not_route1); in test()86 (void)static_cast<bool>(!do_not_route1); in test()87 (void)static_cast<bool>(do_not_route1.value()); in test()323 socket_base::do_not_route do_not_route1(true); in test() local324 BOOST_ASIO_CHECK(do_not_route1.value()); in test()325 BOOST_ASIO_CHECK(static_cast<bool>(do_not_route1)); in test()326 BOOST_ASIO_CHECK(!!do_not_route1); in test()[all …]