Mikhail Matrosov
Mikhail Matrosov
C.35: Why should a base class destructor be virtual, if the class doesn't have virtual functions?
Concerning "C.35: A base class destructor should be either public and virtual, or protected and nonvirtual". I suspect this recommendation only makes sense for polymorphic hierarchies, which should be explicitly...
It works just like `merge` command, but instead of merging the specified branch into the current, it merges the current branch into the specified. When on branch `src`, the result...
**Is your feature request related to a problem? Please describe.** There is no way to pretty print a `simdjson::dom::element` to a string (or at least I did not find one)....
`simdjson_result` is a very transparent structure. It can be implicitly treated as an array with `at()` and `begin()/end()` members, or it can be treated as an object with `operator[]` member....
Take this `input.adoc` file: ``` :sectnums: :xrefstyle: full Full style: :xrefstyle: short Short style: :xrefstyle: basic Basic style: [[LinkedHeader]] === Linked header ``` Here is how it is rendered: ...
Maybe I'm stupid, but I've spent around 10 mins trying to find the list of supported options. Namely, I was interested in how to control the indentation. I gave up...
Take a look at this code formatted with default settings: ``` install( FILES log_handler.cpp DESTINATION "usr/local/bin" COMPONENT bin) ``` I would prefer it not to be wrapped at all. I...
## Description In the preview pane, the reference to a header is not rendered correctly if the header is defined below and is used in another header. ## System Information...
Could you please add slides for "Going Nowhere Faster" by Chandler Carruth?
I've just installed clangd on my VS Code and it suggested I download `clangd` server. I agreed, but this led to multiple compile errors. For instance, for this code: ```...