2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

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]
This commit is contained in:
Dave Abrahams
2003-03-08 03:53:19 +00:00
parent b16238f064
commit 747f8ac885
2 changed files with 4 additions and 2 deletions

View File

@@ -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) ;