From a144fa2d1d73cb6f253cf8c99ccd311465b65393 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Tue, 26 Oct 2021 16:44:12 +0100 Subject: [PATCH] This comment no longer accurate --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index bf2f939..b844735 100644 --- a/meson.build +++ b/meson.build @@ -5,8 +5,6 @@ project( version: '2.0.0', license: 'GPL-2.0-or-later', default_options: [ - # All Rubber Band code is actually C++98, but some compilers no - # longer support that 'cpp_std=c++14', 'buildtype=release', 'b_ndebug=if-release',