Ticket #1591: dynamic_bitset_html_patch.txt

File dynamic_bitset_html_patch.txt, 746 bytes (added by Charles Brockman <cmbrockman@…>, 15 years ago)

Patch for the Documentation Corrections

Line 
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 &amp; b2</tt> is equivalent to creating a temporary copy
7+of <tt>b1</tt>, using <tt>operator&amp;=</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 &amp; b2</tt> is equivalent to creating a temporary copy
12+of <tt>b1</tt>, using <tt>operator&amp;=</tt>, and returning the