Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vinniefalco/890c2490b60d22f72d81d28fcf44192f to your computer and use it in GitHub Desktop.
Save vinniefalco/890c2490b60d22f72d81d28fcf44192f to your computer and use it in GitHub Desktop.
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