Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50061 - sandbox/compile-in-place/Boost_1_35_0/boost/python/detail
From: doomster_at_[hidden]
Date: 2008-12-02 02:06:40


Author: eckhardt
Date: 2008-12-02 02:06:39 EST (Tue, 02 Dec 2008)
New Revision: 50061
URL: http://svn.boost.org/trac/boost/changeset/50061

Log:
- Deactivate some broken code.

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

Modified: sandbox/compile-in-place/Boost_1_35_0/boost/python/detail/config.hpp
==============================================================================
--- sandbox/compile-in-place/Boost_1_35_0/boost/python/detail/config.hpp (original)
+++ sandbox/compile-in-place/Boost_1_35_0/boost/python/detail/config.hpp 2008-12-02 02:06:39 EST (Tue, 02 Dec 2008)
@@ -60,11 +60,17 @@
  ****************************************************************************/
 
 // backwards compatibility:
+/* deactivate(TODO)
+The problem here is that these lines are utter nonsense. The check for
+BOOST_PYTHON_STATIC_LIB might not be wrong, but what follows sure is. It
+should check all four BOOST_{PYTHON,ALL}_{DYNAMIC_LIB,STATIC_LINK} first
+and only if neither is defined check BOOST_PYTHON_STATIC_LIB additionally.
 #ifdef BOOST_PYTHON_STATIC_LIB
 # define BOOST_PYTHON_STATIC_LINK
 # elif !defined(BOOST_PYTHON_DYNAMIC_LIB)
 # define BOOST_PYTHON_DYNAMIC_LIB
 #endif
+*/
 
 #if defined(BOOST_PYTHON_DYNAMIC_LIB)
 


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