Leonhard Weber

Results 28 comments of Leonhard Weber

Left description open to leave room for debate on how and with what tools. Maybe using sphinx hosted on readthedocs? Idea is not to have a API-only doxygen generated documentation,...

[Slides](https://github.com/CppCon/CppCon2016/blob/8be13d965244d99a8ecec3bf5f8f9f49d6eada0a/Presentations/A%20modern%20database%20interface%20for%20C%2B%2B/A%20modern%20database%20interface%20for%20C%2B%2B%20-%20Erik%20Smith%20-%20CppCon%202016.pdf) can be found as a PDF in the official [cppcon](https://github.com/CppCon/CppCon2016) material repository.

Workaround sadly did not work for me. Edit: maybe I should mention that I'm running a Linux x86_64 build of the FF57 Dev Beta3

@Flow86 You are right. Did not realize it was taken into the standard at C++11. Should we also expand to the usage of explicit sizes? Like int16_t for signed short...

@Flow86 Yepp, got the gist of it. Sidenote: AFAIK it entered the standard just on C++11, it was _supported_ but not standardized before that. Could be wrong about it though,...

@Flamefire I think we are all consenting adults. In the end its about people being responsible for configuring their working environments properly for the project. The experience I've had with...

There is no disagreeing with the usage of auto formatters, but they _remain_ the responsibility of the one pushing the change, not the one merging it in. There should not...

Agreed, it still forces the commiter to fix their stuff without getting accustomed of sloppiness getting trough.

Should I touch char/unsigned char/signed char?? They are not standardized... whats worse it seems to be pretty arbitrary. Run into this, because using int8_t and uint8_t is starting to uncover...

@Flamefire done.