Properly #if these debug hooks

...moved here with 6fbab2ce87 "loplugin:unreffun";
this file still indirectly includes boost/scoped_ptr.hpp via. boost/spirit

Change-Id: Ib2f251420950395f58415c1f7c944b7e8fd61476
This commit is contained in:
Stephan Bergmann 2015-09-21 12:05:25 +02:00
parent d66d6d7059
commit 4c657f5a1a

View file

@ -626,6 +626,8 @@ namespace slideshow
}
}
#if defined(BOOST_SP_ENABLE_DEBUG_HOOKS)
// debug hooks
namespace boost
@ -641,4 +643,6 @@ void sp_scalar_destructor_hook(void *)
}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */