Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49720 - trunk/libs/tr1/doc
From: john_at_[hidden]
Date: 2008-11-13 12:10:28


Author: johnmaddock
Date: 2008-11-13 12:10:28 EST (Thu, 13 Nov 2008)
New Revision: 49720
URL: http://svn.boost.org/trac/boost/changeset/49720

Log:
Add note about sun compiler switch.
Text files modified:
   trunk/libs/tr1/doc/tr1.qbk | 7 ++++++-
   1 files changed, 6 insertions(+), 1 deletions(-)

Modified: trunk/libs/tr1/doc/tr1.qbk
==============================================================================
--- trunk/libs/tr1/doc/tr1.qbk (original)
+++ trunk/libs/tr1/doc/tr1.qbk 2008-11-13 12:10:28 EST (Thu, 13 Nov 2008)
@@ -102,7 +102,11 @@
 
 Sun's compiler has a particularly interesting form of `#include`, that
 will actually look for a file named `array.SUNWCCh` if you `#include <array>`.
-In order to make this library work with Sun's compiler you will need to
+What's more it won't include a standard header file that it thinks it's
+already seen.
+In order to make this library work with Sun's compiler you can either
+pass the undocumented compiler switch ['"-Qoption ccfe -nosunwcch"] to
+the compiler, or else you will need to
 set up the include paths as follows:
 
 1) boost-root/boost/tr1/tr1/sun\n
@@ -2018,3 +2022,4 @@
 
 
 
+


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