jfalcou/eve

[BUG] Build doc with no pch is broken

DenisYaroshevskiy opened this issue · 5 comments

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

By doc, you mean doxygen or doc tests ?

The tests

I think I fixed it already

Yes it looks like it. I will keep this open to ADD a no pch doc test for future issue detection

Oh, well, let's close this one and keep #1625