Update the "Running the sample program produces this output:" comment in v2007.07.07
authorMatt McCutchen <hashproduct@gmail.com>
Sat, 7 Jul 2007 16:25:17 +0000 (12:25 -0400)
committerMatt McCutchen <hashproduct@gmail.com>
Sat, 7 Jul 2007 16:25:17 +0000 (12:25 -0400)
sample.cc for the bitwise operators. --> version 2007.07.07

ChangeLog
sample.cc

index 133ddae..0f04a84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@ roughly corresponds to the release date of that version in `YYYY.MM.DD[.N]'
 format, where `.N' goes `.2', `.3', etc. if there are multiple versions on the
 same day.  The topmost version listed is the one you have.
 
+2007.07.07
+----------
+Update the "Running the sample program produces this output:" comment in
+sample.cc for the bitwise operators.
+
 2007.06.14
 ----------
 - Implement << and >> for BigUnsigned in response to email from Marco Schulze.
index f60a294..f52a7e1 100644 (file)
--- a/sample.cc
+++ b/sample.cc
@@ -104,6 +104,11 @@ Running the sample program produces this output:
 83252135
 1185
 134
+0xFF
+0xFF00FFFF
+0xFF00FF00
+0x1FFFE00000
+0x3F
 314^0 = 1
 314^1 = 314
 314^2 = 98596