[shotwell/wip/cleanup-facedetect: 1/15] Switch to C++17




commit fa4624414577cf10c7abbfb0b727edf9f0f617a2
Author: Jens Georg <mail jensge org>
Date:   Sat Aug 13 17:08:20 2022 +0200

    Switch to C++17

 subprojects/shotwell-facedetect/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/subprojects/shotwell-facedetect/meson.build b/subprojects/shotwell-facedetect/meson.build
index ec060812..77adb5b7 100644
--- a/subprojects/shotwell-facedetect/meson.build
+++ b/subprojects/shotwell-facedetect/meson.build
@@ -1,4 +1,4 @@
-project('shotwell-facedetect', ['c', 'cpp'], default_options : ['cpp_std=c++14'])
+project('shotwell-facedetect', ['c', 'cpp'], default_options : ['cpp_std=c++17'])
 gnome = import('gnome')
 facedetect_dep = dependency('opencv4', version : ['>= 4.0.0'], required : false)
 if not facedetect_dep.found()


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