Commit 40581230 by Amir Aharon

add any std::any

parent b600c562
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
*/ */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <any>
#include <Microservice_App.h> #include <Microservice_App.h>
#include <handlers/Microservice_RestHandler.h> #include <handlers/Microservice_RestHandler.h>
#include <Microservice_Client.h> #include <Microservice_Client.h>
...@@ -405,7 +406,7 @@ void test_timers() ...@@ -405,7 +406,7 @@ void test_timers()
*/ */
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
std::any a = 1;
cMicroservice_BaseClientParams clientParams("other-service", true, 10, false,"localhost",32010,"localhost:6379"); cMicroservice_BaseClientParams clientParams("other-service", true, 10, false,"localhost",32010,"localhost:6379");
zmqtest::TestZMQ testZMQ; zmqtest::TestZMQ testZMQ;
evpptest::TestEvppClient testEvppClient; evpptest::TestEvppClient testEvppClient;
......
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 sign in to comment