Warning, file /include/boost/url/urls.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
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 }
0023
0024 #endif