PhotonLibOS icon indicating copy to clipboard operation
PhotonLibOS copied to clipboard

Using ```estring_view``` instead of ```std::string_view``` for APIs, to avoid ABI inconsistency between C++ versions

Open lihuiba opened this issue 1 year ago • 0 comments

We make extensive use of string_view for efficient handling of strings. And we use it in C++14 mode by cheating std library, and let it think we are in c++17 mode. This compiles OK, but leads to ABI inconsistency in binaries.

lihuiba avatar Nov 24 '23 07:11 lihuiba