sobjectizer icon indicating copy to clipboard operation
sobjectizer copied to clipboard

Should exception_t::raise receive error_descr as string_view instead of std::string?

Open eao197 opened this issue 3 years ago • 0 comments

Here: https://github.com/Stiffstream/sobjectizer/blob/3ac0ca9c255e72cc4a5cc657378fd456fe7cf0d1/dev/so_5/exception.cpp#L17-L21

It seems that so_5::exception_t::raise can receive std::string_view instead of std::string.

eao197 avatar May 31 '22 09:05 eao197