User profile: mbozzi

User info
User name:mbozzi
Bio:ESR's article /How To Ask Questions the Smart Way/ is the best guide to getting quick, effective help that I know of.
http://www.catb.org/esr/faqs/smart-questions.html

That document has substantial problems, but its content is mostly good.

Avoid the common trap of asking about potential solutions rather than your actual problem. Always provide context for the questions you ask.
http://xyproblem.info/

My opinions do not represent the position of my employer.
Statistical data
Occupation:Other
History
Joined:Jul 24, 2016 at 6:36am
Number of posts:3942
Latest posts:

Call of Templated Function w/ Explicit Template Argument Fails to Compile
The meaning of the name [tt]_T.aaa[/tt] depends on the template parameter [tt]T[/tt]: it could be a ...

Formatted Console Log with Datetime
After a closer look it seems like the code is prone to overflowing the 500-byte format string [tt]lo...

Formatted Console Log with Datetime
There might be compiler-specific functionality to type-check format strings, for example by applying...

Using std::variant to reduce getter and setter clutter
Yes, basically the same story for me. Currently the C++ committee does piecemeal language design. ...

Using std::variant to reduce getter and setter clutter
C++ might not get properties, but it might get reflection in 2026. What Ch1156 made was a way to sw...