Created
March 4, 2020 03:05
-
-
Save vinniefalco/08477a137c5344ed2998c06fbeed6cc0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace boost { | |
namespace urls { | |
class url_view; | |
class basic_url; | |
template<class Allocator> | |
class dynamic_url; | |
template<std::size_t N> | |
class static_url; | |
using url = dynamic_url<std::allocator<char>>; | |
} // urls | |
} // boost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment