[gnome-builder/gnome-builder-3-32] build: bump c++ requirement



commit c53f4e6954596f2203fe72439a854eddf7610739
Author: Christian Hergert <chergert redhat com>
Date:   Tue Apr 2 12:05:09 2019 -0700

    build: bump c++ requirement
    
    We are currently using __VA_OPT__ (which we can certainly remove, but it's
    there for now so we should be clear about it).
    
    Fixes #868

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index e1e9282d9..ffa085f4b 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project('gnome-builder', 'c',
           version: '3.32.0',
     meson_version: '>= 0.49.2',
   default_options: [ 'c_std=gnu11',
-                     'cpp_std=c++11',
+                     'cpp_std=gnu++2a',
                      'warning_level=2',
                      'channel=other',
                    ],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]