mirror of
https://github.com/Icinga/icinga2.git
synced 2026-07-11 18:05:34 -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. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| icingadb-itl.conf | ||
| icingadb-objects.cpp | ||
| icingadb-stats.cpp | ||
| icingadb-utility.cpp | ||
| icingadb-worker.cpp | ||
| icingadb.cpp | ||
| icingadb.hpp | ||
| icingadb.ti | ||
| icingadbchecktask.cpp | ||
| icingadbchecktask.hpp | ||
| redisconnection.cpp | ||
| redisconnection.hpp | ||