Mohamad Ziad Alkabakibi
Mohamad Ziad Alkabakibi
How did you solve the obj problem ?
> > > I replaced the boost::optional and boost::any with C++17 ones (project is set to use C++17). However, examples still use boost and I have no idea yet how...
Sure then I will do it and let you know)) Thanks.
I did it and if someone wants to use only C++17 without any boost, they should do this: `cmake -DUSE_CPP17=ON -DCPPKAFKA_DISABLE_EXAMPLES=ON -DCPPKAFKA_DISABLE_TESTS=ON "DIR"` Also, I fixed some conflicts with max...