copperspice / cs_string

Header-only library providing unicode aware string support for C++
https://www.copperspice.com/
Other
105 stars 12 forks source link

Adding support for cmake and char##_t chars for CsChar. #3

Open bogado opened 5 years ago

bogado commented 5 years ago

This is just a start of adding better interoperability with the std::u##_string.

agserm commented 5 years ago

Thanks for your pull request. We are currently modernizing the CMake files for CopperSpice. After this is completed we will be dropping Autotools and adding CMake files to all our BSD libraries. Since CsString is a header-only library, we are giving it a lower priority at the moment. We will review this pull request as soon as we can.