[BUG] Build doc with no pch is broken
DenisYaroshevskiy opened this issue · 5 comments
DenisYaroshevskiy commented
Example:
/home/dyarosh/space/eve/include/eve/module/core/regular/impl/bit_flip.hpp:25:37: error: comparison of integers of different signs: 'int' and 'const size_t' (aka 'const unsigned long') [-Werror,-Wsign-compare]
EVE_ASSERT(eve::all(i >= 0 && i < S8), "some index elements are out or range");
~ ^ ~~
/home/dyarosh/space/eve/include/eve/assert.hpp:23:12: note: expanded from macro 'EVE_ASSERT'
if(!(cond))
there is a lot
jfalcou commented
By doc, you mean doxygen or doc tests ?
DenisYaroshevskiy commented
The tests
DenisYaroshevskiy commented
I think I fixed it already
jfalcou commented
Yes it looks like it. I will keep this open to ADD a no pch doc test for future issue detection