This could help identifying some unwanted implicit conversions. But currently, it would generate more noise than it would help.
Low priority & Volunteer job If someone wants to do this: Just start by enabling the flag ei_add_cxx_compiler_flag("-Wconversion") inside the root CMakeLists.txt, compile the test-suite and fix the warnings.
In some cases the most #pragma-tic solution might be to disable conversion warnings locally, similar to this SO-answer: https://stackoverflow.com/a/36175016
-- GitLab Migration Automatic Message -- This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/1217.