@@ -260,11 +260,11 @@ namespace pinocchio
260260 subDiagonal ().setZero ();
261261 }
262262
263- EIGEN_CONSTEXPR Eigen::Index rows () const EIGEN_NOEXCEPT
263+ EIGEN_CONSTEXPR Eigen::Index rows () const noexcept
264264 {
265265 return m_size;
266266 }
267- EIGEN_CONSTEXPR Eigen::Index cols () const EIGEN_NOEXCEPT
267+ EIGEN_CONSTEXPR Eigen::Index cols () const noexcept
268268 {
269269 return m_size;
270270 }
@@ -358,11 +358,11 @@ namespace pinocchio
358358 m_lhs.subDiagonal ().asDiagonal () * m_rhs.topRows (reduced_size);
359359 }
360360
361- EIGEN_CONSTEXPR Eigen::Index rows () const EIGEN_NOEXCEPT
361+ EIGEN_CONSTEXPR Eigen::Index rows () const noexcept
362362 {
363363 return m_lhs.rows ();
364364 }
365- EIGEN_CONSTEXPR Eigen::Index cols () const EIGEN_NOEXCEPT
365+ EIGEN_CONSTEXPR Eigen::Index cols () const noexcept
366366 {
367367 return m_rhs.cols ();
368368 }
@@ -407,11 +407,11 @@ namespace pinocchio
407407 m_lhs.rightCols (reduced_size) * m_rhs.subDiagonal ().asDiagonal ();
408408 }
409409
410- EIGEN_CONSTEXPR Eigen::Index rows () const EIGEN_NOEXCEPT
410+ EIGEN_CONSTEXPR Eigen::Index rows () const noexcept
411411 {
412412 return m_lhs.rows ();
413413 }
414- EIGEN_CONSTEXPR Eigen::Index cols () const EIGEN_NOEXCEPT
414+ EIGEN_CONSTEXPR Eigen::Index cols () const noexcept
415415 {
416416 return m_rhs.cols ();
417417 }
@@ -496,11 +496,11 @@ namespace pinocchio
496496 }
497497 }
498498
499- EIGEN_CONSTEXPR Eigen::Index rows () const EIGEN_NOEXCEPT
499+ EIGEN_CONSTEXPR Eigen::Index rows () const noexcept
500500 {
501501 return m_size;
502502 }
503- EIGEN_CONSTEXPR Eigen::Index cols () const EIGEN_NOEXCEPT
503+ EIGEN_CONSTEXPR Eigen::Index cols () const noexcept
504504 {
505505 return m_size;
506506 }
@@ -576,11 +576,11 @@ namespace pinocchio
576576 }
577577 }
578578
579- EIGEN_CONSTEXPR Eigen::Index rows () const EIGEN_NOEXCEPT
579+ EIGEN_CONSTEXPR Eigen::Index rows () const noexcept
580580 {
581581 return m_lhs.rows ();
582582 }
583- EIGEN_CONSTEXPR Eigen::Index cols () const EIGEN_NOEXCEPT
583+ EIGEN_CONSTEXPR Eigen::Index cols () const noexcept
584584 {
585585 return m_rhs.cols ();
586586 }
0 commit comments