mirror of
https://github.com/Icinga/icinga2.git
synced 2026-07-08 16:41:02 -04:00
`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. |
||
|---|---|---|
| .. | ||
| schema | ||
| CMakeLists.txt | ||
| idopgsqlconnection.cpp | ||
| idopgsqlconnection.hpp | ||
| idopgsqlconnection.ti | ||