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:
parent
d66d6d7059
commit
4c657f5a1a
1 changed files with 4 additions and 0 deletions
|
@ -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: */
|
||||
|
|
Loading…
Reference in a new issue