Fix build failure related to ProductManifold and std::cout
The class ProductManifold
has a bug that leads to a build failure when using std::cout
from within the namespace Dune::GFE
. This merge request adds a test for this, hopefully (in the future) a fix.
Merge request reports
Activity
added 1 commit
- 2298ae45 - move friend function definition to inside of the ProductManifold class
added 1 commit
- 79799c33 - Fix build failure related to ProductManifold and std::cout
mentioned in commit 8997acc4
Somehow this fix is working. But I really didn't understand why it complained in the first place with an empty ProductManifold<>. Anyway, you're welcome.
Edited by Müller, Alexander
Please register or sign in to reply