``` boost::string_view sv; boost::trim_copy(sv); // error ``` Could string_view support be added to trim and trim_copy?