Amend last commit

This commit is contained in:
Aleric Inglewood
2012-08-11 03:29:46 +02:00
parent 3469d65f95
commit 8e1bbfe938

View File

@@ -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)
{