de-templateize xcode

This commit is contained in:
Michael Davidsaver
2019-12-10 19:28:54 -08:00
parent 2332ed8e51
commit 92c513d6dd
14 changed files with 265 additions and 245 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ void ServerConn::handle_SEARCH()
to_wire(M, iface->bind_addr.port());
to_wire(M, "tcp");
// "found" flag
to_wire(M, {uint8_t(nreply!=0 ? 1 : 0)});
to_wire(M, uint8_t(nreply!=0 ? 1 : 0));
to_wire(M, uint16_t(nreply));
for(auto i : range(op._names.size())) {