From 5b528d424a18b32c8df1f6536d5fedf973a2cb9c Mon Sep 17 00:00:00 2001 From: Robert Ramey Date: Tue, 4 Dec 2012 12:30:39 -0800 Subject: [PATCH] updateed docments --- safe_numerics/doc/boostbook/numeric_concept.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/safe_numerics/doc/boostbook/numeric_concept.xml b/safe_numerics/doc/boostbook/numeric_concept.xml index c7d14a4..f82028d 100644 --- a/safe_numerics/doc/boostbook/numeric_concept.xml +++ b/safe_numerics/doc/boostbook/numeric_concept.xml @@ -330,7 +330,7 @@ t & u - bool + V and of t and u padded out max # bits in t, u @@ -338,7 +338,7 @@ t | u - bool + V or of t and u padded out max # bits in t, u