mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Update LLVM libraries to 14.0.6 (#4350)
The main noticeable change is the SmallString conversion operator to std::string is now explicit instead of implicit.
This commit is contained in:
@@ -82,7 +82,7 @@ static void ResolveCallback(AvahiServiceResolver* r, AvahiIfIndex interface,
|
||||
data.ipv4Address = address->data.ipv4.address;
|
||||
data.port = port;
|
||||
data.serviceName = name;
|
||||
data.hostName = outputHostName.string();
|
||||
data.hostName = std::string{outputHostName};
|
||||
|
||||
impl->onFound(std::move(data));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user