Jonathan Wakely

Results 175 comments of Jonathan Wakely

Now done consistently with https://github.com/boostorg/detail/commit/8c603a1894ec1d8abc7a0a538297923b0ac98b33

What would be useful is if `mock --rebuild` (and `fedpkg mockbuild`) printed a message when they fail, telling you the directory to change to. ``` Build failed, see /build/rpmbuild/BUILD/foo-1.2.3 in...

@NAThompson, Apache 2 is not suitable for either libstdc++ or libc++, as it would place requirements on user code which included the library header and instantiated templates or called inline...

C++03 and TR1 are both ancient history. What does "an official backport" for `nullptr` mean?

The CI checks and coverage report appear to be meaningless, because there's no baseline for them. That means my pull request is treated as though it adds the entire library!

See https://isocpp.org/std/forums But IMHO that idea won't go anywhere.

I'm going to guess that the "you must use libc++ with clang" restriction began because on macOS the default libstdc++ is ancient (GCC 4.2) and doesn't even support C++11. So...

Even with the noisy workaround, I'm still having problems with classes not being added to the group, but I haven't managed to find a minimal reproducer for that yet. Edit:...

Does doxygen just give up adding classes to a group when there are too many classes? I can't work out why even with an explicit `@ingroup foo` classes are not...