# # Copyright (c) 2023 Alan de Freitas (alandefreitas@gmail.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) # # Official repository: https://github.com/boostorg/url # project : requirements ; project : requirements clang-4:off clang-5:off BOOST_ASIO_DISABLE_FENCED_BLOCK /boost/url//boost_url gcc-7:"-Wno-maybe-uninitialized" ; exe router : router.cpp impl/matches.cpp detail/impl/router.cpp ;