From 8f6e35f4adeb3359b0184188997e53e94e92b623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 27 Aug 2025 23:36:15 +0200 Subject: [PATCH] package/homebrew: C++14 is nothing to boast with in 2025. --- package/homebrew/magnum.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/homebrew/magnum.rb b/package/homebrew/magnum.rb index 050507347..6c4ffa9e5 100644 --- a/package/homebrew/magnum.rb +++ b/package/homebrew/magnum.rb @@ -1,5 +1,5 @@ class Magnum < Formula - desc "C++11/C++14 graphics middleware for games and data visualization" + desc "C++11 graphics middleware for games and data visualization" homepage "https://magnum.graphics" # git describe origin/master, except the `v` prefix version "2020.06-3494-gb85f0c8df"