removed the dependency on the compiled boost.date_time library

This commit is contained in:
Arvid Norberg
2007-04-10 09:11:32 +00:00
parent d88ffcc0e4
commit 0863bc1aa6
10 changed files with 24 additions and 15 deletions

View File

@@ -1045,7 +1045,8 @@ print()
void print(std::ostream& os) const;
The ``print()`` function is there for debug purposes only. It will print the info from
the torrent file to the given outstream.
the torrent file to the given outstream. This function has been deprecated and will
be removed from future releases.
trackers()