objectcomputing / mFAST

A FAST (FIX Adapted for STreaming) encoder/decoder
http://objectcomputing.github.io/mFAST
BSD 3-Clause "New" or "Revised" License
223 stars 112 forks source link

non-inline functions in header files would cause "multiple definition" problem. #106

Open shane0314 opened 3 years ago

shane0314 commented 3 years ago

There are some non-inline functions defined in "some-template.inl" generated by fast_type_gen, that could cause "multiple definition" problem.

vikaschamp commented 2 years ago

@shane0314 Hi , Is this issue solved ? If yes , can please tell me the solution ? I am facing same issue .