FreeYourSoul / FSeam

Cpp header only library to manage compile time mock class generated via Python script
MIT License
86 stars 8 forks source link

Compile error with parameters in constructor #22

Open csukda opened 4 years ago

csukda commented 4 years ago

Describe the bug

error: ‘struct FSeam::<className>Data’ has no member named ‘<className>_<paramName>_ParamValue’

To Reproduce Steps to reproduce the behavior:

1) add a parameter to the constructor 2) implement the body out of the header file