FreeYourSoul / FSeam

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

docs: Current List of Mocking Limitations is incomplete #31

Open jenisys opened 4 years ago

jenisys commented 4 years ago

Describe the bug The current list of FSeam mocking limitations (what is not working) is incomplete.

My exploration of FSeam lead to the following list of limitations (that are not described):

Expected behavior Update the docs (README, limitations.md) to better serve FSeam users and their expectations what works and what not.

Additional context AFAIK the current limitations are described here:

FreeYourSoul commented 4 years ago

Thank you for the contribution, I will update the README in consequences and check if there is a way to generate the appropriate code for const returned type.