mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-08-03 12:50:02 +00:00
Replace string_ref with string_view
This commit is contained in:
parent
df1afc7616
commit
6e19745d69
39 changed files with 168 additions and 167 deletions
|
@ -26,7 +26,7 @@
|
|||
namespace tawashi {
|
||||
class UnsupportedContentTypeException : public TawashiException {
|
||||
public:
|
||||
explicit UnsupportedContentTypeException (const boost::string_ref& parMessage);
|
||||
explicit UnsupportedContentTypeException (const boost::string_view& parMessage);
|
||||
};
|
||||
|
||||
namespace cgi {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue