Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84195 - trunk/libs/log/doc
From: andrey.semashev_at_[hidden]
Date: 2013-05-08 16:05:06


Author: andysem
Date: 2013-05-08 16:05:05 EDT (Wed, 08 May 2013)
New Revision: 84195
URL: http://svn.boost.org/trac/boost/changeset/84195

Log:
Added a note about minimal supported 32 bit x86 CPU.
Text files modified:
   trunk/libs/log/doc/log.qbk | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/libs/log/doc/log.qbk
==============================================================================
--- trunk/libs/log/doc/log.qbk (original)
+++ trunk/libs/log/doc/log.qbk 2013-05-08 16:05:05 EDT (Wed, 08 May 2013)
@@ -165,6 +165,8 @@
 * Borland C++ 5.5.1 (free version). Newer versions might or might not work.
 * Windows 9x, ME, NT4 and older are not supported.
 
+Boost.Log should be compatible with all hardware architectures supported by Boost. However, in case of 32 bit x86 architecture the library requires at least i586 class CPU to run.
+
 [heading Notes for MinGW, Cygwin and Visual Studio Express Edition users]
 
 In order to compile the library under these compilers special preparations are needed. First, in case of MinGW or Cygwin make sure you have installed the latest GCC version. The library will most likely fail to compile with GCC 3.x.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk