refcnt: build + install fixes

This commit is contained in:
Roland Conybeare 2023-09-24 12:27:19 -04:00
commit b6723b921b
5 changed files with 80 additions and 30 deletions

View file

@ -22,7 +22,7 @@ namespace xo {
} /*intrusive_ptr_log_aux*/
} /*namespace*/
bool
void
intrusive_ptr_set_debug(bool debug_flag) {
s_logging_enabled = debug_flag;
} /*intrusive_ptr_set_debug*/