summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-06-18 21:32:45 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-06-18 21:32:45 +0100
commit97b7980223aafac8d7283bf91b4cb126e8c5c243 (patch)
tree611219d029128ab6d454eb07fd71cd7b55291d71
parentMove to C++0y (diff)
downloadlibdbpp-postgresql-97b7980223aafac8d7283bf91b4cb126e8c5c243.tar.bz2
libdbpp-postgresql-97b7980223aafac8d7283bf91b4cb126e8c5c243.tar.xz
libdbpp-postgresql-97b7980223aafac8d7283bf91b4cb126e8c5c243.zip
The slicer feature should not be propergated, it's library specific whether it contains slicer data
-rw-r--r--slice.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/slice.jam b/slice.jam
index 9120a61..5b6429c 100644
--- a/slice.jam
+++ b/slice.jam
@@ -7,7 +7,7 @@ import toolset ;
type.register SLICE : ice ;
-feature slicer : no yes : propagated ;
+feature slicer : no yes ;
class slice-scanner : common-scanner
{