How to resolve the ambiguity between Boost::Program_Option which is used by two library I am using in my project?

62 views Asked by At

I am using cucumber cpp and one more third party library in my code, but while running I am getting the segmentation fault, finally I found the root cause of this error this, this is failing because both library using Boost::program_Option it means two definition are there for same purpose.

Can you help me how to resolve this?

0

There are 0 answers