HomeFreeBSD

x11/hypridle: unbreak build with libc++ 16

Description

x11/hypridle: unbreak build with libc++ 16

In file included from src/config/ConfigManager.cpp:1:
In file included from src/config/ConfigManager.hpp:3:
src/config/../helpers/Log.hpp:56:27: error: no member named 'vformat' in namespace 'std'

std::cout << std::vformat(fmt, std::make_format_args(args...)) << "\n";
             ~~~~~^

src/config/../helpers/Log.hpp:56:45: error: no member named 'make_format_args' in namespace 'std'

std::cout << std::vformat(fmt, std::make_format_args(args...)) << "\n";
                               ~~~~~^

Reported by: pkg-fallout

Details

Provenance
jbeichAuthored on Feb 27 2024, 4:47 PM
Parents
R11:f755375b37c8: *: Move manpages to share/man
Branches
Unknown
Tags
Unknown