diff --git a/doc/types.html b/doc/types.html index ed6c2f7..e9c227f 100644 --- a/doc/types.html +++ b/doc/types.html @@ -332,8 +332,9 @@ memory, files, and network transmissions.
Warning: Code that uses aligned types is possibly non-portable because alignment requirements vary between hardware architectures and because alignment may be -affected by compiler switches or pragmas. Furthermore, aligned types -are only available on architectures with 16, 32, and 64-bit integer types.
+affected by compiler switches or pragmas. For example, alignment of an 64-bit +integer may be to a 32-bit boundary on a 32-bit machine. Furthermore, aligned types +are only available on architectures with 16, 32, and 64-bit integer types.Note: One-byte types have identical functionality. They are provided to improve code readability and searchability.
@@ -616,7 +617,7 @@ differs from endian representation size. Vicente Botet and other reviewers suggested supporting floating point types.Last revised: -29 May, 2013
+30 May, 2013© Copyright Beman Dawes, 2006-2009, 2013
Distributed under the Boost Software License, Version 1.0. See www.boost.org/ LICENSE_1_0.txt