Update to latest Broker without public CAF dep

This commit is contained in:
Dominik Charousset 2021-12-20 08:16:21 +01:00
parent e93fcd3c64
commit 56f30b500a
32 changed files with 328 additions and 1064 deletions

View file

@ -623,7 +623,7 @@ broker::expected<broker::data> X509Val::DoSerialize() const
bool X509Val::DoUnserialize(const broker::data& data)
{
auto s = caf::get_if<std::string>(&data);
auto s = broker::get_if<std::string>(&data);
if ( ! s )
return false;