summaryrefslogtreecommitdiff
path: root/packages/duma/2_5_15/0003_cpp17_throw.patch
AgeCommit message (Collapse)AuthorFilesLines
2021-05-05Fix dynamic exception specifications in DUMA tests.spaun20021-0/+69
GCC11 now have -std=c++17 by default and c++17 does not allow dynamic exception specifications. Signed-off-by: Nik Konyuchenko <spaun2002mobile@gmail.com>