Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | databases/opendbx: fix build on 14.0-CURRENT | Ralf van der Enden | 2023-06-29 | 1 | -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) |