Julien-Blanc-tgcm

Results 6 issues of Julien-Blanc-tgcm

Working with arrays in a compile time context is not the easiest thing. It is much more convenient to work with integer_list. Boost describe ( https://www.boost.org/doc/libs/1_79_0/libs/describe/doc/html/describe.html ) provides also reflection...

help wanted

Gerbera version 1.9.2 (but from what i see, master should be affected as well). I have a music collection arranged the following way : ``` +-- Artist 1 +---- Album1...

There are some cases when navigating through the doc will lead you to a « This Page Intentionally Left Blank 2/2 » (whose url is https://anarthal.github.io/mysql/mysql/ref.html . This usually appears...

* This makes it a lot easier to get the size of the string at compile-time, and in general will improve usage with a compile-time string library Signed-off-by: Julien Blanc

When using a c++17 compiler, we may take advantage of the strongly typed std::byte class instead of relying on the arithmetic type char, whether signed (prior to 1.72) or not...

* allows several operations on buffer types to be constexpr * ensure old execution path is still used at runtime, to avoid any performance regression