mirror of
https://github.com/SOCI/soci.git
synced 2026-02-14 01:28:54 -06:00
This doesn't work when using C++20 as they produce values of "char8_t*" type which is different from the expected "char*". Just assume UTF-8 encoding is always used, we already use /utf-8 flag for MSVC and all Unix compilers should use it too anyhow.