google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
67 stars 20 forks source link

Stop using std::basic_string<unsigned char> #127

Closed tpudlik closed 3 months ago

tpudlik commented 3 months ago

std::basic_string relies on a non-standard generic char_traits<> implementation, recently removed from libc++.

Upstreams cl/605337651.

Relevant to #116.

tpudlik commented 3 months ago

@robrussell