| 1 | --- C:/Documents and Settings/Chuck/Desktop/dynamic_bitset_rev.html Tue Jan 08 17:56:02 2008
|
|---|
| 2 | +++ C:/Documents and Settings/Chuck/Desktop/dynamic_bitset.html Sat Sep 15 15:30:12 2007
|
|---|
| 3 | @@ -1415,2 +1415,2 @@
|
|---|
| 4 | -<tt>b1 | b2</tt> is equivalent to creating a temporary copy
|
|---|
| 5 | -of <tt>b1</tt>, using <tt>operator|=</tt>, and returning the
|
|---|
| 6 | +<tt>b1 & b2</tt> is equivalent to creating a temporary copy
|
|---|
| 7 | +of <tt>b1</tt>, using <tt>operator&=</tt>, and returning the
|
|---|
| 8 | @@ -1430,2 +1430,2 @@
|
|---|
| 9 | -<tt>b1 ^ b2</tt> is equivalent to creating a temporary copy
|
|---|
| 10 | -of <tt>b1</tt>, using <tt>operator^=</tt>, and returning the
|
|---|
| 11 | +<tt>b1 & b2</tt> is equivalent to creating a temporary copy
|
|---|
| 12 | +of <tt>b1</tt>, using <tt>operator&=</tt>, and returning the
|
|---|