Searched refs:not_root (Results 1 – 1 of 1) sorted by relevance
253 bool not_root = (ec == boost::asio::error::access_denied); in test() local254 BOOST_ASIO_CHECK(!ec || not_root); in test()275 BOOST_ASIO_CHECK(debug2.value() || not_root); in test()276 BOOST_ASIO_CHECK(static_cast<bool>(debug2) || not_root); in test()277 BOOST_ASIO_CHECK(!!debug2 || not_root); in test()291 BOOST_ASIO_CHECK(!ec || not_root); in test()311 BOOST_ASIO_CHECK(!debug4.value() || not_root); in test()312 BOOST_ASIO_CHECK(!static_cast<bool>(debug4) || not_root); in test()313 BOOST_ASIO_CHECK(!debug4 || not_root); in test()