Files
yaml-cpp/test
Daniel Levin 7470c2d871 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.
2024-12-22 16:22:38 -06:00
..
2024-11-07 15:14:36 -06:00
2014-03-23 19:21:13 -05:00
2020-04-09 13:02:10 -05:00