mp-t
mp-t
We are trying to introduce sol2 to a large codebase that would rely on a massive list of usertypes. However build times, compiler heap use and resulting binary sizes are...
The ImageMagick interface accepts a `std::string` in several functions. For example the `Magick::Image` constructor. It would be useful if these functions would be templated to allow a `std::basic_string`. This would...
When trying to input text to search for that requires usage of the Alt key, e.g. the backslash \ on the German keyboard layout, broot just eats the input and...