Update fmt lib with submodule

This commit is contained in:
KimLS
2019-03-10 00:10:47 -08:00
parent ee1fcdf5fa
commit 777f182282
27 changed files with 66 additions and 25 deletions
@@ -1,6 +1,7 @@
#include "servertalk_legacy_client_connection.h"
#include "dns.h"
#include "../eqemu_logsys.h"
#include "../eqemu_logsys_fmt.h"
EQ::Net::ServertalkLegacyClient::ServertalkLegacyClient(const std::string &addr, int port, bool ipv6)
: m_timer(std::unique_ptr<EQ::Timer>(new EQ::Timer(100, true, std::bind(&EQ::Net::ServertalkLegacyClient::Connect, this))))