Commit 00c9ca71 authored by Dominik Charousset's avatar Dominik Charousset

Fix weak vtable warning

parent 464c9c73
......@@ -29,6 +29,8 @@ using std::string;
using namespace caf;
namespace {
using plus_atom = atom_constant<atom("plus")>;
using minus_atom = atom_constant<atom("minus")>;
using result_atom = atom_constant<atom("result")>;
......@@ -228,6 +230,8 @@ void client_repl(string host, uint16_t port) {
}
}
} // namespace <anonymous>
int main(int argc, char** argv) {
uint16_t port = 0;
string host = "localhost";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment