brenoguim / flexclass

A library for classes with flexible layout
MIT License
56 stars 6 forks source link

Add a unit test to verify size of the library after preprocess #12

Closed brenoguim closed 3 years ago

brenoguim commented 3 years ago

One strong goal of this library is to include as few headers as possible. It is on purpose that we avoid <memory> and <tuple> headers.

In GCC, the library expands to 5000 lines today

The task at hand is to add test (somehow) to verify that the expanded code is less than 6000 lines.