We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fcf2c commit 76eaceeCopy full SHA for 76eacee
flang/include/flang/Evaluate/logical.h
@@ -29,6 +29,7 @@ template <int BITS, bool IS_LIKE_C = true> class Logical {
29
30
template <int B, bool C> constexpr Logical &operator=(Logical<B, C> x) {
31
word_ = Represent(x.IsTrue());
32
+ return *this;
33
}
34
35
// Fortran actually has only .EQV. & .NEQV. relational operations
0 commit comments