evangelistalab / forte

http://www.evangelistalab.org
GNU Lesser General Public License v3.0
51 stars 30 forks source link

Fix bitwise_operations.cc to address return value inconsistency #378

Closed marink2 closed 6 months ago

marink2 commented 9 months ago

Description

This PR applies a fix to the return value inconsistency in the ui64_find_lowest_one_bit method of bitwise_operations.cc, and resolves failing test cases in tests/code/test_uint64.cc.

User Notes

Checklist