Skip to content

Instantly share code, notes, and snippets.

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