mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-04 01:56:00 +00:00
fc5d86f1e7
* [C++] Rename template parameter U in make_span of stl_emulation.h CPPRESTSDK defines a U macro therefore, calls to U() are problematic. Rename U to W to avoid conflict. * [C++] Make typenames of span_convertable and make_span more expressive Co-authored-by: Derek Bailey <derekbailey@google.com>