Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50041 - sandbox/compile-in-place/Boost_1_35_0/boost/config
From: doomster_at_[hidden]
Date: 2008-11-30 16:41:09


Author: eckhardt
Date: 2008-11-30 16:41:08 EST (Sun, 30 Nov 2008)
New Revision: 50041
URL: http://svn.boost.org/trac/boost/changeset/50041

Log:
- Replace "INPLACE_COMPILE" with "COMPILE_IN_PLACE" for consistency.

Text files modified:
   sandbox/compile-in-place/Boost_1_35_0/boost/config/user.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/compile-in-place/Boost_1_35_0/boost/config/user.hpp
==============================================================================
--- sandbox/compile-in-place/Boost_1_35_0/boost/config/user.hpp (original)
+++ sandbox/compile-in-place/Boost_1_35_0/boost/config/user.hpp 2008-11-30 16:41:08 EST (Sun, 30 Nov 2008)
@@ -120,7 +120,7 @@
 // that feature off.
 // #define BOOST_WHATEVER_NO_LIB
  
-// BOOST_<whatever>_INPLACE_COMPILE: tells the config system that you will
+// BOOST_<whatever>_COMPILE_IN_PLACE: tells the config system that you will
 // compile the library as part of your program. That requires that you include
 // the library's compile_in_place.cpp file into exactly one translation unit
 // of your code. The placeholder <whatever> can either be a specific library


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