regeximpl.h
5.03 KB
-
emitter: Support std::string_view · 7470c2d8
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.
Daniel Levin committed