From 747f8ac885cab02b743030c34b0149caa15ce4cf Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 8 Mar 2003 03:53:19 +0000 Subject: [PATCH] Added dangling_reference FAQ Various idiomatic MPL cleanups in indirect_traits.hpp raw_function support Patches for CWPro7.2 Patches to pass tests under Python 2.3 with the new bool type. Tests for member operators returning const objects Fixes for testing Boost.Python under Cygwin [SVN r17777] --- python.jam | 3 ++- v1/python.jam | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/python.jam b/python.jam index fd4035ba2..d3803299f 100644 --- a/python.jam +++ b/python.jam @@ -114,7 +114,8 @@ CYGWIN_ROOT ?= c:/cygwin ; for d in "" _D { - local debug = $(d)EBUG ; + local d_D = _DEBUG ; + local debug = $(d$(d)) ; # "" or _DEBUG # select target description variable local var = CYGWIN_PYTHON$(d) ; diff --git a/v1/python.jam b/v1/python.jam index fd4035ba2..d3803299f 100644 --- a/v1/python.jam +++ b/v1/python.jam @@ -114,7 +114,8 @@ CYGWIN_ROOT ?= c:/cygwin ; for d in "" _D { - local debug = $(d)EBUG ; + local d_D = _DEBUG ; + local debug = $(d$(d)) ; # "" or _DEBUG # select target description variable local var = CYGWIN_PYTHON$(d) ;