From 0551c03b5862aafe7f5f88cf282ebf96621c6c80 Mon Sep 17 00:00:00 2001 From: Matt McCutchen Date: Sat, 7 Jul 2007 12:25:17 -0400 Subject: [PATCH] Update the "Running the sample program produces this output:" comment in sample.cc for the bitwise operators. --> version 2007.07.07 --- ChangeLog | 5 +++++ sample.cc | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 133ddae..0f04a84 100644 --- 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. diff --git a/sample.cc b/sample.cc index f60a294..f52a7e1 100644 --- 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 -- 2.34.1