Raziel Alphadios
Raziel Alphadios
This only happens in two examples as far as I can see (20-nanovg and 36-sky), and not in bgfx itself. Easiest way to fix is either use the `/Wv:18` flag...
Hey everyone, could this be added as a variant to the standard for_each too, not just for_each_index? Looking through the code it seems like very similar changes would be required.
Anyone who would want to use them could just require them to their own project that uses reflect-cpp and wants those backends. Core reflect-cpp won't have issues compiling without the...
@RubenRBS any thoughts on this?
> We have a similar recipe CCI with optional backend, so users need to include them as extra dependency. I would follow the same approach here, not installing these dependencies....
@Alex-PLACET the has_codec option doesn't actually work. I believe CMakeLists of SQLiteCpp needs to be patched to use find_package for sqlcipher. As it stands it's trying to use pkgconfig and...
I have a couple questions about the design of the threadpool that somewhat tie into potential future optimizations too: First off, why is it limited to 31 (or 32 with...
That's fair! I do think it would be interesting and potentially useful to make the threadpool more flexible like that (by not forcing it to be a singleton), but at...
Quill 4.0.0 also includes fmt under its own fmtquill namespace, and no longer supports external fmt, so there's no point in requiring fmt or defining QUILL_FMT_EXTERNAL for >=4.0.0
I see, I wasn't sure if it was related since that mentioned arrays specifically. Thanks!