Assignment operators
<boost/url/grammar/string_token.hpp>
Deleted copy assignment
arg& operator=(arg const& other) = delete;
Deleted move assignment
arg& operator=(arg&& other) = delete;