Boris Kolpackov
Boris Kolpackov
We are trying to [package `ctre` for `build2`](https://github.com/build2-packaging/compile-time-regular-expressions) where, in order to allow multiple libraries to co-exist, we have rules a bit stricter than "install whatever you want anywhere you...
This is more of a procedural question: I see you install the `ut.hpp` header into the `boost/` subdirectory (of, say, `/usr/include`) which is also (and originally) used by the Boost...
The `glob.h` name is very easy to confuse with `libc`'s `glob.h`. Plus the single-header version is called `glob.hpp`, which makes it difficult to write portable code that can use either...
Is it legal to send a block of responses that is shorter than the block of requests provided the last response is `ERROR`? This line from the documentation would suggest...
From the `README`: > It is expected that absolute header-unit names convert to relative CMI names, to keep all CMIs within the CMI repository. This means that steps must be...
AFAICS, the spec does not say explicitly that starting decimal numbers with a leading 0 is illegal. However, the reference implementation appears to reject them. I think it would be...