Base: Remove Boost-based signals and switch to FastSignals.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user