From c2294a06c56b690f3345a34d5dad3ed70a474c5c Mon Sep 17 00:00:00 2001
From: Thibault Hallouin <thibault.hallouin@inrae.fr>
Date: Sat, 22 Apr 2023 16:20:33 +0200
Subject: [PATCH] explicitly add C++ standard for pybind11

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index cfa265b..34a97c7 100644
--- a/setup.py
+++ b/setup.py
@@ -33,6 +33,7 @@ ext_modules = [
             *deps_include_dirs
         ],
         language='c++',
+        cxx_std=17,
         define_macros=[('VERSION_INFO', __version__)]
     ),
 ]
-- 
GitLab