yaneurao / YaneuraOu

YaneuraOu is the World's Strongest Shogi engine(AI player) , WCSC29 1st winner , educational and USI compliant engine.
GNU General Public License v3.0
512 stars 140 forks source link

方向利きのUnitTestで`all_ok &=`の代わりに`all_ok =`になっていたのを修正 #283

Open KazApps opened 3 weeks ago

KazApps commented 3 weeks ago

bitboard.cppの方向利きのUnitTestにおいて

all_ok = ...

と書かれていた箇所があったため、

all_ok &= ...

に修正し、修正後もUnitTestが通ることを確認しました。

KazApps commented 3 weeks ago

movegen.cppのpseudo_legal_checkにも同様のミスがあったため、修正しました。