0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-02-22 11:07:37 +00:00
Biswapriyo Nath 12466ed7d8 fix(x11/mumble-server): Fix compiling with latest abseil-cpp
This fixes the following compiler error.

/usr/include/absl/utility/utility.h:82:12: error: no member named 'in_place_t' in namespace 'std'
using std::in_place_t;
      ~~~~~^
2024-07-30 20:22:30 +00:00
..