Investigate what's stopping a boost::urls::url_view from being `constexpr`. We might be able to make it conditionally `constexpr` only under c++14. The obstacle might be that parsing is heavily buffer-oriented.