Henrik Gaßmann

Results 102 comments of Henrik Gaßmann

> You may have noticed that i/o gets returned using io_result rather than result. This was to enable adding member functions to query an io_result for certain bespoke things. Right...

> And documentation in most cases is more user-friendly if you will use something like MkDocs(based on Markdown), example http://rapidjson.org/ May I make a case for using [Sphinx](https://www.sphinx-doc.org/en/master/) instead of...

Out of interest: Are you using a package manager? And if yes: Which one?

@ned14 Btw. GitHub removed Ubuntu 18.04 support this month. Should I update the Ubuntu CI image to 20.04, 22.04, or latest?

> Something to be remembered is that new logging token passthrough facility they added to format for C++ 23 Could you point me to the paper or standards section? I...

So wrt WG21 participation: Yes, I'd be willling to write a paper. I've watched WG21 proceedings with interest for a while now and read a bit about the procedures of...

You probably mean Ubuntu-2**4**.04 and not Ubuntu-2**2**.04, right?

@dunhor I've recently fixed a similar issue for a base64 CLI by adding an application manifest which forces the Active CodePage to UTF-8 (aklomp/base64#139). Note that this approach only works/takes...

FTR: I've tested the changes by cross-compiling from amd64 to x86 and arm64.