icinga2/lib/db_ido_pgsql
Johannes Schmidt 393724bb2a Consistently use std::exception_ptr
`DiagnosticInformation()` wasn't able to take a `std::exception_ptr` due
to the missing conversion on older boost versions, so now everything uses
the std::exception_ptr instead. There are still a few reasons to use
`boost::exception` in some places, but for exception pointers, the standard
one should be better in most cases and almost never requires to include an
extra header.
2026-07-02 13:59:48 +02:00
..
schema Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
CMakeLists.txt Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
idopgsqlconnection.cpp Consistently use std::exception_ptr 2026-07-02 13:59:48 +02:00
idopgsqlconnection.hpp Consistently use std::exception_ptr 2026-07-02 13:59:48 +02:00
idopgsqlconnection.ti Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00