*** empty log message ***

This commit is contained in:
Magnus Jonsson
2004-01-25 22:41:55 +00:00
parent 726a8b57b6
commit 23288c74f5
12 changed files with 79 additions and 20 deletions

View File

@@ -45,6 +45,7 @@ namespace
template <class T>
void call_destructor(T* o)
{
assert(o);
o->~T();
}
}
@@ -174,6 +175,7 @@ namespace libtorrent
void entry::print(std::ostream& os, int indent) const
{
assert(indent >= 0);
for (int i = 0; i < indent; ++i) os << " ";
switch (m_type)
{