summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/httpserver
diff options
context:
space:
mode:
authorReno Dakota <paparodeo@proton.me>2024-11-13 00:02:43 -0800
committerEmily <vcs@emily.moe>2024-11-20 02:14:52 +0000
commit3c76f37753a5c86e6af01047bfdd69453cec3bf8 (patch)
tree6c845274d9284f8c3d51228b25cb58d083e26b89 /pkgs/development/python-modules/httpserver
parent4e9d1421f38586a054ea4299a68f698240bc1753 (diff)
zxing-cpp: c++20 for char8_t
build fails on clang-19 due to using c++ 17 and having char8_t typedefed to an uint8_t, which is not supported by std::char_traits. Using c++20 fixes this as the code will use a char8_t. Used a substituteInPlace so the override can be removed once c++20 is the default in the cmake file.
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
0 files changed, 0 insertions, 0 deletions