Files
Daniel LevinandOliver Hamlet 034fb492a0 emitter: Support std::string_view
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.
2025-04-19 21:51:07 +01:00
..
2014-03-23 19:21:13 -05:00
2020-04-09 13:02:10 -05:00