From: Matt McCutchen Date: Thu, 14 Jun 2007 20:24:26 +0000 (-0400) Subject: Version 2007.06.14: X-Git-Tag: v2007.07.07~1 X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/commitdiff_plain/ef2b7c5922c36f93923dd3482c5bfd41b14d82ce?hp=ef2b7c5922c36f93923dd3482c5bfd41b14d82ce Version 2007.06.14: - Implement << and >> for BigUnsigned in response to email from Marco Schulze. - Fix name: DOTR_ALIASED -> DTRT_ALIASED. - Demonstrate all bitwise operators (&, |, ^, <<, >>) in sample.cc. ---