Dmitry Arkhipov

Results 388 comments of Dmitry Arkhipov

So, I think we should enable it by default for classes with no non-public bases. This would be similar to how we treat members.

Actually, I don't think we can support non-public bases at all, because they are inaccessible bases for non-member code.

I have encountered a problem. If a member shadows a base's member or if several bases have members with the same names, only the first such encountered member will be...

Something like this? https://godbolt.org/z/GEsc4eezf

https://godbolt.org/z/eWGE3dW66 Clang < 7.0 doesn't like this. I guess, I can disable the assert for older clangs.

I assume you are trying to install b2 itself. When I try the same command as you did in b2 root, I get this output: ```shell > ./b2 install --prefix=/home/andrzej/Bin/deleteme...

The failed Azure jobs don't appear to be related to my changes.

The cool thing about pydocca is that it is supposed to be able to provide documentation in any format, including asciidoc.

Ok, I can do that.

Please also tell the Boost version and the compilation flags used. In order to see the build flags build with `b2 -d+2`.