$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r78084 - trunk/libs/context/doc
From: oliver.kowalke_at_[hidden]
Date: 2012-04-19 15:39:51
Author: olli
Date: 2012-04-19 15:39:50 EDT (Thu, 19 Apr 2012)
New Revision: 78084
URL: http://svn.boost.org/trac/boost/changeset/78084
Log:
context: comment int documentation related to building on 64bit Windows
Text files modified: 
   trunk/libs/context/doc/requirements.qbk |     3 +++                                     
   1 files changed, 3 insertions(+), 0 deletions(-)
Modified: trunk/libs/context/doc/requirements.qbk
==============================================================================
--- trunk/libs/context/doc/requirements.qbk	(original)
+++ trunk/libs/context/doc/requirements.qbk	2012-04-19 15:39:50 EDT (Thu, 19 Apr 2012)
@@ -12,4 +12,7 @@
 therefore, requires GNU AS for supported POSIX systems, and MASM for Windows
 systems.
 
+[important Please note that address-model=64 must be given to bjam comand line
+on 64bit Windows (boost-build issue).]
+
 [endsect]