cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
03-functional_bit.hpp File Reference

Adds the missing and_bit , or_bit , xor_bit in some versions of early C++. More...

Detailed Description

Adds the missing and_bit , or_bit , xor_bit in some versions of early C++.

Fixes lack of bit_and, bit_or, bit_xor in MSVC 2008.