This commit is contained in:
Gael Guennebaud
2018-11-23 16:06:21 +01:00
2 changed files with 4 additions and 2 deletions

View File

@@ -70,7 +70,9 @@ void jacobisvd_method()
}
namespace Foo {
class Bar {};
// older compiler require a default constructor for Bar
// cf: https://stackoverflow.com/questions/7411515/
class Bar {public: Bar() {}};
bool operator<(const Bar&, const Bar&) { return true; }
}
// regression test for a very strange MSVC issue for which simply