Xeverous
Xeverous
Great news, looks like my issue is then a duplicate; a work that is already in progress. One of linked review states "`foo` within `~foo` is still considered a reference...
Great. Then I'm closing this because all I want is already in progress and has separate issues.
Here is my take on these issues. For context, I'm a passionate C++ programmer that through my headhunting company ("programmer as a service" business model) work with many kinds of...
- `unsigned long` - this is only a hypothetical question. I haven't tested it but it conflicts with documentation recommendation that overloads should not have spaces. Will try to reproduce...
No reproduction, can not launch newest version: ``` doxygen: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by doxygen) doxygen: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by doxygen) doxygen: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33'...
Yes, this is the same problem. A suddenly high requirement of libc and libcxx.
[repro.zip](https://github.com/user-attachments/files/17247829/repro.zip) Best I can do is version 1.10, same result: `@copybrief or @copydoc target 'X::operator' not found`
I downloaded the binary from Doxygen's website and used its make install script.
I have noticed that a recent commit 0a28e3002be24dad4aa9263817fb96f3ad94a9b5 is basically a revert of older commit 2e4db87ed124f3c4eb098f7e501a2fc0aba4c974. I think this is a bad change. I know that standard functions use `char**`...
`struct nk_font* nk_font_atlas_add_from_memory(struct nk_font_atlas *atlas, void *memory, nk_size size, float height, const struct nk_font_config *config);` takes a non-const pointer to the memory but looking at the implementation this memory is...