Skip to content
  • Elias Pipping's avatar
    Fix compilation of bitsetvectortest with libc++ · 355b813e
    Elias Pipping authored
    The new version tests that a BitSetVectorConstReference can be converted
    to a bitset, which makes sense.
    
    The old version tested if a std::vector<bool>::const_reference could be
    converted to a bitset, which should not be assumed or tested, even
    though it works with libstdc++, apparently
    
    See also #18.
    355b813e