mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
add macro for boost shared ptr debugging of VCAs
This commit is contained in:
parent
2a19dbb307
commit
fc14f1f2ed
1 changed files with 2 additions and 0 deletions
|
|
@ -29,10 +29,12 @@
|
|||
|
||||
//#define BOOST_MARK_ROUTE(p) boost_debug_shared_ptr_mark_interesting((p).get(),"Route")
|
||||
//#define BOOST_MARK_TRACK(p) boost_debug_shared_ptr_mark_interesting((p).get(),"Track")
|
||||
//#define BOOST_MARK_VCA(p) boost_debug_shared_ptr_mark_interesting((p).get(),"ControlMaster")
|
||||
//#define BOOST_SHOW_POINTERS() boost_debug_list_ptrs()
|
||||
|
||||
#define BOOST_MARK_ROUTE(p)
|
||||
#define BOOST_MARK_TRACK(p)
|
||||
#define BOOST_MARK_VCA(p)
|
||||
#define BOOST_SHOW_POINTERS()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue