summaryrefslogtreecommitdiff
path: root/databases/opendbx/files/patch-lib_opendbx_api (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/opendbx: fix build on 14.0-CURRENTRalf van der Enden2023-06-291-0/+281
Change "throw( std::exception )" to "noexcept(false)' to make it build on 14.0-CURRENT (which defaults to c++17) PR: 272233 Reported by: tremere@cainites.net (maintainer)