
7 Mar
2009
7 Mar
'09
2:50 p.m.
Hi, I want to know if two dynamic_bitsets have an element in common. Is there an efficient way to get this? dynamic_bitset<> bs1, bs2; intersetcs(bs1, bs2)? Vicente