Stiffstream / sobjectizer

An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.

Home Page:https://stiffstream.com/en/products/sobjectizer.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

eao197 opened this issue · comments

Here:

exception_t::raise(
const char * file_name,
unsigned int line_number,
const std::string & error_descr,
int error_code )

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

commented

Will be a part of 5.8.0 release.