Andrey Semashev
Andrey Semashev
> > @grafikrobot Note that clang-cl build [failed](https://ci.appveyor.com/project/Lastique/log/builds/51831676/job/qb9kpwd9qn9fjk7x#L559) in AppVeyor CI. > > Ah.. That's actually Context failing to build. Yes, but current develop did [succeed](https://ci.appveyor.com/project/Lastique/log/builds/51832695). Only this PR failed.
Thank you.
Also, if you'd like to indicate the class which the member belongs to (in case of inherited members), you could add a typedef for it as well. But this is...
Still an issue with Ente Auth 4.0.3 beta5 on Kubuntu 24.04.
Installing foreign packages is not recommended as it is an easy way to ruin your system. It certainly should not be required.
Using `@check` instead of the `check-target-builds` rule also doesn't work with the same symptoms.
I think, I figured this out. If I add `import-search /boost/my_atomic/build ;` to `config/Jamfile.v2`, the build succeeds. This may be a user's error, but the error message from `b2` does...
Although not needed for MP11, what would be the strategy if the library needs a third-party include, for which there is no module? For example, `#include ` or `#include `?...
I do not see changes to `status` (on which `exists` is based) between 1.81 and 1.84 except https://github.com/boostorg/filesystem/commit/1db4474d1ae7512af06f63156352f2ca5db07e35. I don't know if adding `FILE_READ_EA` caused a performance regression, but if...
No, that won't retain laziness when composed. See the linked code snippet, it goes like this: ``` eval_if< cond1, eval_if< cond1_1, true1_1, false1_1 >, eval_if< cond1_2, true1_2, false1_2 > >::type...