Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50152 - sandbox/compile-in-place
From: doomster_at_[hidden]
Date: 2008-12-06 03:56:39


Author: eckhardt
Date: 2008-12-06 03:56:38 EST (Sat, 06 Dec 2008)
New Revision: 50152
URL: http://svn.boost.org/trac/boost/changeset/50152

Log:
 * Fix Id svn:keyword anchor.
 * Add some notes.

Text files modified:
   sandbox/compile-in-place/README.txt | 10 ++++++++--
   1 files changed, 8 insertions(+), 2 deletions(-)

Modified: sandbox/compile-in-place/README.txt
==============================================================================
--- sandbox/compile-in-place/README.txt (original)
+++ sandbox/compile-in-place/README.txt 2008-12-06 03:56:38 EST (Sat, 06 Dec 2008)
@@ -1,16 +1,22 @@
-[$Id]
+[$Id$]
 
 Note: below is a copy of a mail from 2008-04-29 which started this feature
 branch. This is intended as information for people that want to try this
 feature. Further information follows.
 
+Notes:
+-------
+
+- Compiling often generates a large amount of warnings, but they can be ignored.
+
+
 TODO:
 ------
 
 - MS Windows needs further work. The problem there is that Borland and MSC do
 auto linking, i.e. select the linked lib during compilation, which conflicts
 with compiling the libraries into the code itself. The goal is to make the
-macro BOOST_<whatever>_INPLACE_COMPILE take that part.
+macro BOOST_<whatever>_COMPILE_IN_PLACE take that part.
 
 - I replaced UINTMAX_C(~0) with static_cast<boost::uintmax_t>(-1) in once.cpp
 but I'm not sure why this was used in the first place. The problem I solved is


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