Created
March 4, 2020 15:22
-
-
Save vinniefalco/890c2490b60d22f72d81d28fcf44192f 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 url_base; | |
template<class Allocator> | |
class basic_url; | |
template<std::size_t N> | |
class static_url; | |
using url = basic_url<std::allocator<char>>; | |
} // urls | |
} // boost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment