PavelKovalets / k52

k52 is a set of c++ libraries aimed to facilitate scientific experiments in the fields of signal processing and sound analysis with the strong incline into OOP, flexibility and readability.
MIT License
3 stars 8 forks source link

Remove ifdef code from k52 public headers #20

Open PavelKovalets opened 8 years ago

PavelKovalets commented 8 years ago

Find all usages of #ifdef in k52. Obligatory remove it from all public headers (use PImpl approach instead) Where possible - remove from .cpp too.

After that remove temporary hotfix defines from config (revert df5f257c5662)