Wolfgang Bangerth
Wolfgang Bangerth
Yes, let's leave it at 9.2 for now.
I agree that this is a change in behavior, but I also agree with @peterrum that this will usually point to a bug. The current behavior dates back to a...
This has the potential to be quite disruptive. Let's do this right after the release.
Well, we didn't do it right after the previous release. What to do?
@nfehn You mention that this should have been fixed by a patch a couple of years ago. Can you confirm that this is so?
As pointed out in #4652, there are also plenty of places in the file where we take something to the second or third power using `std::pow`. We know that that's...
The issue with `std::pow` is still there, so let me reopen this PR.
Couldn't you recurse through `source/`, find all directories, and for each directory find all `.cc` files that you then assign to a group with the same name as the directory?...