Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

Patch from upstream git needed to solve `eager.hpp:99:14: error: ‘sort’ is not a member of ‘std’; did you mean ‘qsort’?` error.
This needs some fix from the upstream git repository applied: Building some package against `extra/zug` version 0.1.1-1 fails with `eager.hpp:99:14: error: ‘sort’ is not a member of ‘std’; did you mean ‘qsort’?`: ``` [...] [ 81%] Building CXX object src/client/CMakeFiles/kazvclient.dir/actions/paginate.cpp.o In file included from /var/cache/makepkg/build/libkazv-git/src/libkazv/src/client/actions/paginate.cpp:12: /usr/include/zug/transducer/eager.hpp: In member function ‘decltype(auto) zug::sorted_t::operator()(RangeT&&) const’: /usr/include/zug/transducer/eager.hpp:99:14: error: ‘sort’ is not a member of ‘std’; did you mean ‘qsort’? 99 | std::sort(range.begin(), range.end()); | ^~~~ | qsort make[2]: *** [src/client/CMakeFiles/kazvclient.dir/build.make:177: src/client/CMakeFiles/kazvclient.dir/actions/paginate.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:361: src/client/CMakeFiles/kazvclient.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 ``` Using [`aur/zug-git`](https://aur.archlinux.org/packages/zug-git) instead, this issue does not appear. * package version(s): 0.1.1-1 Regards!
issue