From: SASANO Takayoshi Subject: C++20 support on OpenBSD? (cannot update textproc/libunicode) To: ports@openbsd.org Date: Mon, 04 Nov 2024 06:43:22 +0900 Hi, Recently I found libunicode-0.6.0 (https://github.com/contour-terminal/libunicode) migrates standard C++20 from libfmt's . Not only libunicode, contour (X11 terminal) also uses and I am suffering this migration. clang++-16 looks std::format not supported or partially/incomplete supported. Is there any good way to solve this problem? (how about to use llvm-17 in ports?) -- SASANO Takayoshi (JG1UAA)