Files
eigen/unsupported/Eigen
Nico b17bcddbca Fix -Wbitwise-instead-of-logical clang warning
& and | short-circuit, && and || don't. When both arguments to those
are boolean, the short-circuiting version is usually the desired one, so
clang warns on this.

Here, it is inconsequential, so switch to && and || to suppress the warning.
2021-10-21 23:32:45 -04:00
..
2021-09-23 15:22:00 +00:00
2016-08-30 10:01:53 +02:00
2021-08-31 22:58:28 +00:00
2018-09-20 18:30:10 +02:00
2021-09-02 17:23:33 +00:00