Martin Wille pointed out a missing anonymous namespace; fixed. Changed Jamfile and Jamfile.v2 so that we'd build the efficiency test in release mode always.

[SVN r31283]
This commit is contained in:
Dave Abrahams
2005-10-11 14:20:42 +00:00
committed by Peter Dimov
parent 33c1290eb4
commit 6409b6576c

View File

@@ -5,6 +5,6 @@ test-suite "parameter"
[ run sfinae.cpp ]
[ run macros.cpp ]
[ run unnamed.cpp ]
[ run efficiency.cpp ]
[ run efficiency.cpp : : : <variant>release ]
[ compile unwrap_cv_reference.cpp ]
;