ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Represent/Binary.cpp
(Generate patch)

Comparing Represent/Binary.cpp (file contents):
Revision 370 by douglas, 2004-12-21T22:04:06-08:00 vs.
Revision 371 by douglas, 2004-12-21T23:19:54-08:00

# Line 14 | Line 14 | Binary::Binary(const ext::String& string
14  
15                  return;
16          }
17 //              string.insert(0, 8 - off, signed_ && string[0] == '1' ? '1' : '0');
17  
18          size_t index(string.GetSize() % 8), offset(index);
19  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines