Open dendy opened 1 month ago
Accept Emitter::operator<<(std::string_view).
ABI remains C++11 compatible by exposing new method Emitter::Write(const char*, size_t).
All affected calls optimized to pass std::string values as pointer + size tuple into appropriate routines.
Accept Emitter::operator<<(std::string_view).
ABI remains C++11 compatible by exposing new method Emitter::Write(const char*, size_t).
All affected calls optimized to pass std::string values as pointer + size tuple into appropriate routines.