Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37750950
en ru br
ALT Linux repos
S:1.9.8-alt1
5.0: 1.5.5-alt1
4.1: 1.5.5-alt1
4.0: 1.5.1-alt1
3.0: 1.4.3-alt1

Other repositories
Upstream:1.5.5

Group :: Development/Other
RPM: doxygen

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: Ubuntu-gcc12.patch
Download


Description: Temporary patch to fix compilation with gcc-12
Forwarded: https://github.com/doxygen/doxygen/commit/5198966c8d5fec89116d025c74934ac03ea511fa
Author: Paolo Greppi <paolo.greppi@libpf.com>
Last-Update: 2022-07-24
Index: doxygen/src/cache.h
===================================================================
--- doxygen.orig/src/cache.h
+++ doxygen/src/cache.h
@@ -19,6 +19,7 @@
 #include <list>
 #include <unordered_map>
 #include <mutex>
+#include <utility>
 #include <ctype.h>
 
 /*! Fixed size cache for value type V using keys of type K.
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin