- don't use __PRETTY_FUNCTION__ and try to parse it, __func__ is standardized and in most case returns what we want (the function name). - add native support for string_view in our ostream. - uninline string support from ostream
- don't use __PRETTY_FUNCTION__ and try to parse it, __func__ is standardized and in most case returns what we want (the function name). - add native support for string_view in our ostream. - uninline string support from ostream