vector-of-bool
vector-of-bool
I have not, sorry. I have been too busy with "real life", and my workplace pulled in Boost via different means.
Even if such a setting is offered, it is likely that the underlying build tool will try to do the reconfiguration itself, since CMake Tools should use the same logic...
Try running `cmake --build .` twice from your command line in your build directory. See if it runs a re-configure on its own both times. If it does this re-configure...
The output channel gives no coloring options, so that's not going to work. A terminal supports ANSII, so that's the only way to do it at the moment. Running the...
Sorry for the delay. Got busy just after I pushed this. --- In general, yes, using pointer parameters allows similar behavior for many cases, but the same could be said...
1. Yes, it will call `h1` because there is a `handle_more` handler that handles all cases after the `info` is handled. 2. It _should_, but I'll add some test cases...
This is something that I have wanted to address from early on. I would very much like to provide a json-based subcommand API consisting of invoking functionality in a programmatic...
The `cmrc/cmrc.hpp` file is generated by the `CMakeRC.cmake` file when you configure your project. A temporary copy will be written into the build output directory to be used by your...
I had not considered this discrepancy. Toolchains are probably going to see a significant refactor eventually. For now, I think the easiest and most compatible change is to accept both...
Are you linking the `cmrc_add_resource_library()` library into the consuming library with `PUBLIC`?