Hi, How do you handle .thrift files that are shared against multiple libraries that are then integrated on a main program.
Because if you include the shared code. When you link all together you will have duplicated symbols. What we do is include support for the shared object in one of the libraries and wipe all code from the other. But this requires carefull namespace naming and manual changes before compiling. Is there any other better way?
