Skip to content

Clean up EIGEN_STATIC_ASSERT to only use standard c++11 static_assert.

  • Move static assertions out of constructors.
  • Remove mechanism to turn static assertions into runtime checks and update affected tests.
  • Break the large static assert in PlainObjectBase.h into individual checks to improve error messages.
Edited by Rasmus Munk Larsen

Merge request reports

Loading