From 8e1bbfe938e79ff4c37fcf60ca9493a56da08218 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Sat, 11 Aug 2012 03:29:46 +0200 Subject: [PATCH] Amend last commit --- indra/cwdebug/debug.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/cwdebug/debug.cc b/indra/cwdebug/debug.cc index 92ffc0d13..b202a8ac6 100644 --- a/indra/cwdebug/debug.cc +++ b/indra/cwdebug/debug.cc @@ -441,6 +441,7 @@ std::ostream& operator<<(std::ostream& os, Indent::print_nt) return os; } +#ifdef DEBUG_CURLIO std::ostream& operator<<(std::ostream& os, print_thread_id_t) { if (!AIThreadID::in_main_thread_inline()) @@ -453,6 +454,7 @@ std::ostream& operator<<(std::ostream& os, print_thread_id_t) } return os; } +#endif std::ostream& operator<<(std::ostream& os, libcwd::buf2str const& b2s) {