meator
meator
**Describe the bug** A `\ref` command gets "half resolved" i.e. it doesn't resolve in the brief description, but it does resolve in the full description. **Brief description:**  **Full description**...
Under two circumstances can two distinct instantiations of `impl_ptr` have a copier function convertible to the other `impl_ptr`? This copy assignment operator is templated, but I can't see a situation...
I don't understand the purpose of [`unique_impl_ptr(unique_impl_ptr< U, D > &&u)`](https://github.com/oliora/samples/blob/58dead450bdac418fc55dfc512b8411556f51c0e/spimpl.h#L176-L183). `spimpl` seems to care about construction/assignment from not only types identical to T, but also types convertible to it....
Similar to https://github.com/oliora/samples/pull/11.
EDIT: Also fixed both `operator
Likely a bad copy paste from `impl_ptr`. The additional parameter `C1` makes it impossible to use this operator without explicitly specifying all its template types, making it less useful. Sample...
> I had written many .desktop files myself, and many of them broke. gtk-launch can execute them just fine still. One example: > > ``` > Exec=flatpak run --command=sh com.spotify.Client...
System tests of j4dd seem to be pretty unstable. This (and other issues with system tests) should be fixed by #188 (which I don't plan to work on soon). It...
I have been working on this feature for some time now. It requires more work though and I don't want to delay r3.2 further. The current pytest testsuite is written...
**Describe the bug** Plugin detection leads to a segfault. I suspect that this is because the default locations searched for plugins (`/usr/local/lib`, `/usr/local/lib64`, `/usr/lib`, `/usr/lib64`) contain duplicates, because `/usr/lib64` is...