From a25ccdcfaf999eacf82a0b2f79033afac0eb552f Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Tue, 21 Nov 2023 21:44:14 +0000
Subject: [PATCH] fix: apply C++20 patch to epic-eic through 23.09

---
 detectors.yaml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/detectors.yaml b/detectors.yaml
index 0a38b953c..78a9c1b50 100644
--- a/detectors.yaml
+++ b/detectors.yaml
@@ -9,22 +9,36 @@ detectors:
       version: 23.06.0
       patches:
       - https://github.com/eic/epic/pull/449.patch
+      - https://github.com/eic/epic/pull/520.patch
     23.06.1:
       version: 23.06.1
       patches:
       - https://github.com/eic/epic/pull/449.patch
+      - https://github.com/eic/epic/pull/520.patch
     23.07.0:
       version: 23.07.0
+      patches:
+      - https://github.com/eic/epic/pull/520.patch
     23.07.1:
       version: 23.07.1
+      patches:
+      - https://github.com/eic/epic/pull/520.patch
     23.07.2:
       version: 23.07.2
+      patches:
+      - https://github.com/eic/epic/pull/520.patch
     23.08.0:
       version: 23.08.0
+      patches:
+      - https://github.com/eic/epic/pull/520.patch
     23.09.0:
       version: 23.09.0
+      patches:
+      - https://github.com/eic/epic/pull/520.patch
     23.09.1:
       version: 23.09.1
+      patches:
+      - https://github.com/eic/epic/pull/520.patch
     23.10.0:
       version: 23.10.0
     23.11.0:
-- 
GitLab