cpp-netlib/uri

Swap the order of arguments to urri::resolve

Closed this issue · 0 comments

The network::uri::resolve function takes an argument of a uri object that is a URI reference. The URI proposal to the standard library states the argument is a base URI and this is a reference.

So swap the arguments around. This also makes it consistent with make_relative