Base: Remove Boost-based signals and switch to FastSignals.

This commit is contained in:
tritao
2026-01-07 15:24:48 +00:00
parent 15ef35ab9a
commit 40a9f46d71
123 changed files with 385 additions and 380 deletions

View File

@@ -91,7 +91,7 @@ struct PropertyExpressionEngine::Private
{
// For some reason, MSVC has trouble with vector of scoped_connection if
// defined in header, hence the private structure here.
std::vector<boost::signals2::scoped_connection> conns;
std::vector<fastsignals::scoped_connection> conns;
std::unordered_map<std::string, std::vector<ObjectIdentifier>> propMap;
};