Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:02:06

0001 //
0002 // Copyright (c) 2019 Vinnie Falco (vinnie.falco@gmail.com)
0003 //
0004 // Distributed under the Boost Software License, Version 1.0. (See accompanying
0005 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0006 //
0007 // Official repository: https://github.com/boostorg/url
0008 //
0009 
0010 #ifndef BOOST_URL_URLS_HPP
0011 #define BOOST_URL_URLS_HPP
0012 
0013 #include <boost/url/detail/config.hpp>
0014 #include <boost/url/url.hpp>
0015 #include <boost/url/url_view.hpp>
0016 
0017 namespace boost {
0018 
0019 using urls::url;
0020 using urls::url_view;
0021 
0022 } // boost
0023 
0024 #endif